[oe-commits] Ross Burton : gtk+: remove unused configure options

git at git.openembedded.org git at git.openembedded.org
Fri Oct 11 22:05:36 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 53a0186ef95aab8ac6c57dec56975a3e64c16539
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=53a0186ef95aab8ac6c57dec56975a3e64c16539

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Oct  8 14:13:20 2013 +0000

gtk+: remove unused configure options

--without-libjasper and --without-libtiff were removed when GTK+ and gdk-pixbuf
separated, in 2.22.0

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-gnome/gtk+/gtk+_2.24.20.bb |    2 +-
 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 baa5c9a..ad3b4e9 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"
 



More information about the Openembedded-commits mailing list