diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-02-12 11:57:23 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-02-12 11:57:23 +0000 |
commit | cc57f26d6421fcd3aee28abebda6173bdf879961 (patch) | |
tree | 041c586ea24cd35e2085de41a20b611acb6a19ae /recipes/gnome/gconf_2.26.2.bb | |
parent | 6172717a9c1b542ea60c5f9af62b82cd9c63c2ee (diff) |
gconf_2.26.2.bb : add --enable-gtk to ensure consistant packages
Diffstat (limited to 'recipes/gnome/gconf_2.26.2.bb')
-rw-r--r-- | 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 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}"' |