gconf_2.26.2.bb : add --enable-gtk to ensure consistant packages
authorGraeme Gregory <dp@xora.org.uk>
Fri, 12 Feb 2010 11:57:23 +0000 (11:57 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Fri, 12 Feb 2010 11:57:23 +0000 (11:57 +0000)
recipes/gnome/gconf_2.26.2.bb

index a7957dd..58c7149 100644 (file)
@@ -3,15 +3,15 @@ SECTION = "x11/gnome"
 LICENSE = "LGPL"
 DEPENDS = "gtk+ orbit2 glib-2.0 libxml2 policykit"
 ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2"
-PR = "r2"
+PR = "r3"
 
 S = "${WORKDIR}/GConf-${PV}"
 
 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.26/GConf-${PV}.tar.bz2"
 
-EXTRA_OECONF = "--disable-gtk-doc POLKIT_POLICY_FILE_VALIDATE=true"
+EXTRA_OECONF = "--disable-gtk-doc --enable-gtk POLKIT_POLICY_FILE_VALIDATE=true"
 
-inherit autotools pkgconfig gettext
+inherit autotools gettext
 
 EXTRA_OEMAKE = 'ORBIT_IDL="${ORBIT_IDL_SRC}"'