1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

gconf-dbus_svn.bb: don't depend on GTK+ as we don't use it

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2721 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-09-11 08:38:15 +00:00
parent 09e8bdce88
commit c82b1a4eb4
+2 -2
View File
@@ -1,5 +1,5 @@
SECTION = "x11/utils"
DEPENDS = "intltool-native gtk+ glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native"
DEPENDS = "intltool-native glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native"
DESCRIPTION = "Settings daemon using DBUS for communication."
LICENSE = "GPL"
PROVIDES = "gconf"
@@ -7,7 +7,7 @@ RPROVIDES_${PN} = "gconf"
RPROVIDES_${PN}-dev = "gconf-dev"
PV = "2.16.0+svnr${SRCREV}"
PR = "r2"
PR = "r3"
SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \
file://69gconfd-dbus"