diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-27 08:48:35 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-27 08:48:35 +0000 |
commit | 141aa7a6d1789fc9e31835b5e1172770403bae57 (patch) | |
tree | d44a0e6a9bbbca811ced342a37f3772c4cecdaf6 /packages/gnome | |
parent | 6d0f7e06b5dac45bc9ebbf418bb465a440d6bf8c (diff) |
gconf-dbus: depend on dbus-glib
Diffstat (limited to 'packages/gnome')
-rw-r--r-- | packages/gnome/gconf-dbus_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gnome/gconf-dbus_svn.bb b/packages/gnome/gconf-dbus_svn.bb index 9fb02f8211..5ab880d921 100644 --- a/packages/gnome/gconf-dbus_svn.bb +++ b/packages/gnome/gconf-dbus_svn.bb @@ -1,5 +1,5 @@ SECTION = "x11/utils" -DEPENDS = "gtk+ glib-2.0 dbus libxml2 popt" +DEPENDS = "gtk+ glib-2.0 dbus dbus-glib libxml2 popt" DESCRIPTION = "Settings daemon using DBUS for communication." LICENSE = "GPL" MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" @@ -21,7 +21,8 @@ S = "${WORKDIR}/trunk" PARALLEL_MAKE = "" -FILES_${PN} += " ${libdir}/GConf/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus*" +FILES_${PN} += " ${libdir}/gconf-dbus/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus*" +FILES_${PN}-dbg += "${libdir}/gconf-dbus/2/.debug" EXTRA_OECONF = " --with-ipc=dbus --disable-gtk-doc --enable-gtk --host=${HOST_SYS} --enable-shared --disable-static" |