diff options
author | Matthew Allum <mallum@openedhand.com> | 2005-11-03 16:02:16 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2005-11-03 16:02:16 +0000 |
commit | 93b34b7154ce0fd7f90b240b58cf0c7b80825c07 (patch) | |
tree | e58164bdaf208919523104520dc71c0bb6a214c8 /openembedded/packages/gnome/gnome-vfs-dbus_cvs.bb | |
parent | 270712829f8aef1b8148d46a51a561a68f5d03de (diff) | |
download | poky-93b34b7154ce0fd7f90b240b58cf0c7b80825c07.tar.gz |
disable howl, enable hal at least for now
git-svn-id: https://svn.o-hand.com/repos/poky@163 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gnome/gnome-vfs-dbus_cvs.bb')
-rwxr-xr-x | openembedded/packages/gnome/gnome-vfs-dbus_cvs.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openembedded/packages/gnome/gnome-vfs-dbus_cvs.bb b/openembedded/packages/gnome/gnome-vfs-dbus_cvs.bb index d94812fb54..6dc49a8b60 100755 --- a/openembedded/packages/gnome/gnome-vfs-dbus_cvs.bb +++ b/openembedded/packages/gnome/gnome-vfs-dbus_cvs.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | 1 | DEFAULT_PREFERENCE = "-1" |
2 | 2 | ||
3 | SECTION = "x11/utils" | 3 | SECTION = "x11/utils" |
4 | DEPENDS = "gtk+ glib-2.0 gconf dbus libxml2 zlib bzip2" | 4 | DEPENDS = "gtk+ glib-2.0 gconf dbus libxml2 zlib bzip2 hal gnome-mime-data" |
5 | DESCRIPTION = "Virtual file system library using DBUS for communication." | 5 | DESCRIPTION = "Virtual file system library using DBUS for communication." |
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
7 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | 7 | MAINTAINER = "Chris Lord <chris@openedhand.com>" |
@@ -11,6 +11,7 @@ RPROVIDES_${PN}-dev = "gnome-vfs-dev" | |||
11 | RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info" | 11 | RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info" |
12 | 12 | ||
13 | PV = "2.12.0cvs${CVSDATE}" | 13 | PV = "2.12.0cvs${CVSDATE}" |
14 | PR = "r3" | ||
14 | 15 | ||
15 | SRC_URI = "svn://anonymous@developer.imendio.com/svn/gnome-vfs-dbus;module=trunk;proto=http \ | 16 | SRC_URI = "svn://anonymous@developer.imendio.com/svn/gnome-vfs-dbus;module=trunk;proto=http \ |
16 | file://no-gtk-doc.patch;patch=1 \ | 17 | file://no-gtk-doc.patch;patch=1 \ |
@@ -19,7 +20,7 @@ S = "${WORKDIR}/trunk" | |||
19 | 20 | ||
20 | inherit pkgconfig autotools | 21 | inherit pkgconfig autotools |
21 | 22 | ||
22 | EXTRA_OECONF = "--with-ipc=dbus --disable-hal --disable-gtk-doc --disable-more-warnings" | 23 | EXTRA_OECONF = "--with-ipc=dbus --enable-hal --disable-gtk-doc --disable-more-warnings --disable-howl" |
23 | 24 | ||
24 | FILES_${PN} += " ${libdir}/vfs ${datadir}/dbus-1/services/dbus-vfs-daemon.service" | 25 | FILES_${PN} += " ${libdir}/vfs ${datadir}/dbus-1/services/dbus-vfs-daemon.service" |
25 | FILES_${PN}-dev += " ${libdir}/gnome-vfs-2.0/modules/*.a ${libdir}/gnome-vfs-2.0/modules/*.la ${libdir}/gnome-vfs-2.0/include" | 26 | FILES_${PN}-dev += " ${libdir}/gnome-vfs-2.0/modules/*.a ${libdir}/gnome-vfs-2.0/modules/*.la ${libdir}/gnome-vfs-2.0/include" |