From: Graeme Gregory Date: Fri, 12 Feb 2010 11:57:23 +0000 (+0000) Subject: gconf_2.26.2.bb : add --enable-gtk to ensure consistant packages X-Git-Tag: Release-2010-05/1~491^2~316 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc57f26d6421fcd3aee28abebda6173bdf879961;p=openembedded.git gconf_2.26.2.bb : add --enable-gtk to ensure consistant packages --- diff --git a/recipes/gnome/gconf_2.26.2.bb b/recipes/gnome/gconf_2.26.2.bb index a7957dd524..58c7149be9 100644 --- a/recipes/gnome/gconf_2.26.2.bb +++ b/recipes/gnome/gconf_2.26.2.bb @@ -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}"'