Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 07/13] qemu: add a gettext-native dependency to gtk option
Date: Fri,  1 Feb 2019 14:05:48 +0100	[thread overview]
Message-ID: <20190201130554.90094-7-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20190201130554.90094-1-alex.kanavin@gmail.com>

xgettext/msgmerge is used during do_install() when gtk is enabled:
https://github.com/qemu/qemu/blob/master/Makefile#L743

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/qemu/qemu.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index dccf9dcb00c..b80b9e131a1 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -87,7 +87,7 @@ PACKAGECONFIG[vnc-png] = "--enable-vnc --enable-vnc-png,--disable-vnc-png,libpng
 PACKAGECONFIG[libcurl] = "--enable-curl,--disable-curl,libcurl,"
 PACKAGECONFIG[nss] = "--enable-smartcard,--disable-smartcard,nss,"
 PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses,"
-PACKAGECONFIG[gtk+] = "--enable-gtk --enable-vte,--disable-gtk --disable-vte,gtk+3 vte"
+PACKAGECONFIG[gtk+] = "--enable-gtk --enable-vte,--disable-gtk --disable-vte,gtk+3 vte gettext-native"
 PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng,"
 PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2,"
 PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt,"
-- 
2.17.1



  parent reply	other threads:[~2019-02-01 13:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-01 13:05 [PATCH 01/13] virglrenderer: add a recipe Alexander Kanavin
2019-02-01 13:05 ` [PATCH 02/13] qemu: enable virglrenderer and glx options for native/nativesdk builds Alexander Kanavin
2019-02-01 13:05 ` [PATCH 03/13] qemu: drop --with-gtkabi option, as it is no longer supported Alexander Kanavin
2019-02-01 13:05 ` [PATCH 04/13] local.conf.sample: adjust the qemu config to enable gtk+ instead of sdl Alexander Kanavin
2019-02-01 13:05 ` [PATCH 05/13] qemu: build target variant with gtk+, and nativesdk variant without sdl Alexander Kanavin
2019-02-01 13:05 ` [PATCH 06/13] qemu: remove support for building against host sdl Alexander Kanavin
2019-02-01 13:05 ` Alexander Kanavin [this message]
2019-02-01 13:05 ` [PATCH 08/13] qemu: add a patch to avoid a missing definition error Alexander Kanavin
2019-02-01 13:05 ` [PATCH 09/13] qemu: add environment variable wrappers to make qemu look good with gtk frontend Alexander Kanavin
2019-02-01 13:05 ` [PATCH 10/13] qemu: add a backported patch to fix egl-headless support Alexander Kanavin
2019-02-01 13:05 ` [PATCH 11/13] runqemu: add options for enabling virgl GL acceleration Alexander Kanavin
2019-02-01 13:05 ` [PATCH 12/13] runqemu: do not check for GL libraries Alexander Kanavin
2019-02-01 13:05 ` [PATCH 13/13] selftest: add tests for virgl GL acceleration Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190201130554.90094-7-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox