diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-02-22 15:33:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-25 10:56:17 +0000 |
commit | 8beb4ad997a092a711d0be07b8976deafcfc03d9 (patch) | |
tree | 497bd14c8c11f0a63a0609779c304c73f390528a | |
parent | c078994c2f86a217177b1e2b236872d857a5cd4d (diff) | |
download | poky-8beb4ad997a092a711d0be07b8976deafcfc03d9.tar.gz |
qemu: add a gettext-native dependency to gtk option
xgettext/msgmerge is used during do_install() when gtk is enabled:
https://github.com/qemu/qemu/blob/master/Makefile#L743
(From OE-Core rev: 2ae8cae7b047f7ffc2a3820f5388a382f261ae3a)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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 c127434b02..e92c33cf39 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 --enable-vte,--disable-gtk --disable-vte,gtk+3 vte" | 98 | PACKAGECONFIG[gtk+] = "--enable-gtk --enable-vte,--disable-gtk --disable-vte,gtk+3 vte gettext-native" |
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," |