diff options
author | Richard Tollerton <rich.tollerton@ni.com> | 2014-12-11 12:52:57 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 10:19:03 +0000 |
commit | b0feb20abcaf4cf24353c5db559139df9d167b0c (patch) | |
tree | e4aa0e9f2234710099954b3683adbab2974b0a03 /meta | |
parent | 6ede9224f82a37dc1cfb48837c40d28996892652 (diff) | |
download | poky-b0feb20abcaf4cf24353c5db559139df9d167b0c.tar.gz |
qemu: disable vte if gtk is also disabled
vte will pull in the gtk libs itself. This can cause build failures if
the native gtk was build with glib>=2.41 while the sysroot native glib
is <=2.40.
Fix for [YOCTO #7077].
(From OE-Core rev: 6cea10dd8f041731269ad16b94d8e172ab1f7257)
(From OE-Core rev: 03c2129351b39cf5299c2f531483f77e1aead7fc)
Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 3f68a56bd3..c9a5d328f9 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -104,7 +104,7 @@ PACKAGECONFIG[libcurl] = "--enable-curl,--disable-curl,libcurl," | |||
104 | PACKAGECONFIG[nss] = "--enable-smartcard-nss,--disable-smartcard-nss,nss," | 104 | PACKAGECONFIG[nss] = "--enable-smartcard-nss,--disable-smartcard-nss,nss," |
105 | PACKAGECONFIG[uuid] = "--enable-uuid,--disable-uuid,util-linux," | 105 | PACKAGECONFIG[uuid] = "--enable-uuid,--disable-uuid,util-linux," |
106 | PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses," | 106 | PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses," |
107 | PACKAGECONFIG[gtk+] = "--enable-gtk,--disable-gtk,gtk+ libvte," | 107 | PACKAGECONFIG[gtk+] = "--enable-gtk --enable-vte,--disable-gtk --disable-vte,gtk+ libvte," |
108 | PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng," | 108 | PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng," |
109 | PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2," | 109 | PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2," |
110 | PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb1" | 110 | PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb1" |