aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk+
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-10-08 14:13:20 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-14 16:55:26 +0100
commit298cf58002dcf96cd8d136f2444f4b15221f41cc (patch)
tree5ec0e2e436f3a84661a055f5a7584463fe87683d /meta/recipes-gnome/gtk+
parent86bb78cc5364ffc2f6d1da116b17f92c0eb2acb2 (diff)
downloadopenembedded-core-contrib-298cf58002dcf96cd8d136f2444f4b15221f41cc.tar.gz
gtk+: remove unused configure options
--without-libjasper and --without-libtiff were removed when GTK+ and gdk-pixbuf separated, in 2.22.0 (From OE-Core rev: d7aa6bf8d7702736e2bd81442ddef98869f40eae) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+_2.24.20.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.24.20.bb b/meta/recipes-gnome/gtk+/gtk+_2.24.20.bb
index baa5c9a748..ad3b4e9639 100644
--- a/meta/recipes-gnome/gtk+/gtk+_2.24.20.bb
+++ b/meta/recipes-gnome/gtk+/gtk+_2.24.20.bb
@@ -31,7 +31,7 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${PV}.tar.xz \
SRC_URI[md5sum] = "9d7833331d7accd80668e29d7f567ce5"
SRC_URI[sha256sum] = "cc66bcbf9239a7d9861175c681ba95894b55c70dc0b37aad8345c46ecfda0da3"
-EXTRA_OECONF = "--without-libtiff --without-libjasper --enable-xkb --disable-glibtest --disable-cups --disable-xinerama"
+EXTRA_OECONF = "--enable-xkb --disable-glibtest --disable-cups --disable-xinerama"
LIBV = "2.10.0"