diff options
author | Chris Patterson <pattersonc@ainfosec.com> | 2019-02-05 11:54:50 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-06 08:29:07 +0000 |
commit | ca8d1c52c4772caf5f52ff31f315e9619104f5fc (patch) | |
tree | 41f926df9a85e259ead7445de2c301bd3e5e4c83 | |
parent | e040143241dc2a13e4f6b6a197c61d729897bdcf (diff) | |
download | poky-ca8d1c52c4772caf5f52ff31f315e9619104f5fc.tar.gz |
qemu: remove --with-gtkabi=3.0 configure flag
Upstream dropped support for GTK2 (in v3.1.0) and this flag was dropped.
Relevant upstream commit ID: 89d85cde75143325205e332dd97bf1bb8402d7c1
(From OE-Core rev: 90f5cf92c88d17ee976498a7f2b1d3514acb118b)
Signed-off-by: Chris Patterson <pattersonc@ainfosec.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 b05c1cee9e..c127434b02 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -95,7 +95,7 @@ PACKAGECONFIG[vnc-png] = "--enable-vnc --enable-vnc-png,--disable-vnc-png,libpng | |||
95 | PACKAGECONFIG[libcurl] = "--enable-curl,--disable-curl,libcurl," | 95 | PACKAGECONFIG[libcurl] = "--enable-curl,--disable-curl,libcurl," |
96 | PACKAGECONFIG[nss] = "--enable-smartcard,--disable-smartcard,nss," | 96 | PACKAGECONFIG[nss] = "--enable-smartcard,--disable-smartcard,nss," |
97 | PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses," | 97 | PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses," |
98 | PACKAGECONFIG[gtk+] = "--enable-gtk --with-gtkabi=3.0 --enable-vte,--disable-gtk --disable-vte,gtk+3 vte" | 98 | PACKAGECONFIG[gtk+] = "--enable-gtk --enable-vte,--disable-gtk --disable-vte,gtk+3 vte" |
99 | PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng," | 99 | PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng," |
100 | PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2," | 100 | PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2," |
101 | PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt," | 101 | PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt," |