From cc57f26d6421fcd3aee28abebda6173bdf879961 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Fri, 12 Feb 2010 11:57:23 +0000 Subject: [PATCH] gconf_2.26.2.bb : add --enable-gtk to ensure consistant packages --- recipes/gnome/gconf_2.26.2.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}"' -- 2.39.2