[oe-commits] Graeme Gregory : gtk+_2.18.6.bb : fix EXTRA_OECONF for native builds.

git version control git at git.openembedded.org
Thu Feb 25 12:22:06 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: a9484a829186ca3311d7e2087a3eae6296bb243f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a9484a829186ca3311d7e2087a3eae6296bb243f

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Mon Feb 22 22:05:45 2010 +0000

gtk+_2.18.6.bb : fix EXTRA_OECONF for native builds.

We dont have a native libjpeg so make sure its disabled.

---

 recipes/gtk+/gtk+_2.18.6.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gtk+/gtk+_2.18.6.bb b/recipes/gtk+/gtk+_2.18.6.bb
index 2fb79f1..cba32e5 100644
--- a/recipes/gtk+/gtk+_2.18.6.bb
+++ b/recipes/gtk+/gtk+_2.18.6.bb
@@ -11,7 +11,7 @@ XKBTOGGLE = " --disable-xkb"
 XKBTOGGLE_angstrom = ""
 
 EXTRA_OECONF = "--with-libtiff ${XKBTOGGLE} --disable-glibtest gio_can_sniff=yes"
-EXTRA_OECONF_append_virtclass-native = " --without-libtiff --disable-modules"
+EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg --disable-modules"
 
 do_install_virtclass-native () {
 	autotools_do_install





More information about the Openembedded-commits mailing list