diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-02-22 22:05:45 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-02-22 22:05:45 +0000 |
commit | a9484a829186ca3311d7e2087a3eae6296bb243f (patch) | |
tree | 78ebfc5e59727577a175e0cff15d649a18b294e8 | |
parent | 6dd8e30f6fb403b2de61dff7089fb52b48ddaba0 (diff) |
gtk+_2.18.6.bb : fix EXTRA_OECONF for native builds.
We dont have a native libjpeg so make sure its disabled.
-rw-r--r-- | 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 2fb79f13f8..cba32e507e 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 |