[oe-commits] Graeme Gregory : gconf_2.26.2.bb : add --enable-gtk to ensure consistant packages

git version control git at git.openembedded.org
Fri Feb 12 11:58:32 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cc57f26d6421fcd3aee28abebda6173bdf879961
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cc57f26d6421fcd3aee28abebda6173bdf879961

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Fri Feb 12 11:57:23 2010 +0000

gconf_2.26.2.bb : add --enable-gtk to ensure consistant packages

---

 recipes/gnome/gconf_2.26.2.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/gnome/gconf_2.26.2.bb b/recipes/gnome/gconf_2.26.2.bb
index a7957dd..58c7149 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}"'
 





More information about the Openembedded-commits mailing list