wok diff gvfs/receipt @ rev 13408
get-virtualbox: add x86_64 support.
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Sep 30 14:29:08 2012 +0200 (2012-09-30) |
parents | ee81ec751666 |
children | 275217ad212a |
line diff
1.1 --- a/gvfs/receipt Tue May 08 00:06:53 2012 +0200 1.2 +++ b/gvfs/receipt Sun Sep 30 14:29:08 2012 +0200 1.3 @@ -9,8 +9,8 @@ 1.4 WEB_SITE="http://www.gnome.org/" 1.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.6 1.7 -DEPENDS="dbus glib" 1.8 -BUILD_DEPENDS="dbus-dev glib-dev" 1.9 +DEPENDS="dbus glib udev libgudev" 1.10 +BUILD_DEPENDS="dbus-dev glib-dev udev-dev libgudev-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 @@ -23,8 +23,7 @@ 1.15 --disable-avahi \ 1.16 --disable-samba \ 1.17 --disable-keyring \ 1.18 - --disable-bash-completion \ 1.19 - --disable-gconf && 1.20 + --disable-bash-completion && 1.21 make && make install 1.22 } 1.23