summaryrefslogtreecommitdiff
path: root/openembedded/packages/gnome/gconf_2.6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/gnome/gconf_2.6.1.bb')
-rw-r--r--openembedded/packages/gnome/gconf_2.6.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/openembedded/packages/gnome/gconf_2.6.1.bb b/openembedded/packages/gnome/gconf_2.6.1.bb
index cacd461a1..b54109580 100644
--- a/openembedded/packages/gnome/gconf_2.6.1.bb
+++ b/openembedded/packages/gnome/gconf_2.6.1.bb
@@ -3,14 +3,15 @@ SECTION = "x11/gnome"
DESCRIPTION = "GNOME configuration database system"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-${PV}.tar.bz2 \
file://backends.patch;patch=1"
-DEPENDS = "orbit2 glib-2.0 libxml2"
+DEPENDS = "orbit2 glib-2.0 libxml2 gtk+"
ORBIT_IDL_SRC = "${STAGING_BINDIR}/orbit-idl-2"
FILES_${PN} += " ${libdir}/GConf/*"
+PR = "r1"
S = "${WORKDIR}/GConf-${PV}"
-EXTRA_OECONF = "--disable-gtk-doc"
+EXTRA_OECONF = "--disable-gtk-doc --enable-gtk"
inherit autotools pkgconfig gettext