diff options
author | Ross Burton <ross.burton@intel.com> | 2013-10-08 14:13:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:54:28 +0100 |
commit | d7aa6bf8d7702736e2bd81442ddef98869f40eae (patch) | |
tree | 200d3ec64c0f9d7af73de10a9eb2b79572eb6819 /meta/recipes-gnome/gtk+ | |
parent | d91b08f3a27baa49ae35dc20dba1b2d76e6abd64 (diff) | |
download | openembedded-core-d7aa6bf8d7702736e2bd81442ddef98869f40eae.tar.gz openembedded-core-d7aa6bf8d7702736e2bd81442ddef98869f40eae.tar.bz2 openembedded-core-d7aa6bf8d7702736e2bd81442ddef98869f40eae.zip |
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@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.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 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" |