From: Thomas Senyk <thomas.senyk@pelagicore.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] qtbase.inc: add -no-xkbcommon
Date: Thu, 27 Mar 2014 15:36:39 +0100 [thread overview]
Message-ID: <5896879.V9IzFsXxVK@rudolf> (raw)
In-Reply-To: <1395930787-25372-1-git-send-email-thomas.senyk@pelagicore.com>
sorry I think I've missed
--subject-prefix="meta-qt5][PATCH"
... Is that 'bad' enough to re-send it?
Is it:
--subject-prefix="meta-qt5][PATCH"
or
--subject-prefix="oe][meta-qt5][PATCH"
?
Greets
Thomas
On Thursday, 27 March, 2014 15:33:07 Thomas Senyk wrote:
> If one builds with xkb, both -no-xkb and
> -no-xkbcommon should be set.
> Without -no-xkbcommon you'll get link-errors
> for libcomposeplatforminputcontextplugin.so
> ---
> recipes-qt/qt5/qtbase.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
> index 89736be..8aefb5c 100644
> --- a/recipes-qt/qt5/qtbase.inc
> +++ b/recipes-qt/qt5/qtbase.inc
> @@ -105,7 +105,7 @@ PACKAGECONFIG[xsync] = "-xsync,-no-xsync"
> PACKAGECONFIG[xvideo] = "-xvideo,-no-xvideo"
> PACKAGECONFIG[openvg] = "-openvg,-no-openvg"
> PACKAGECONFIG[iconv] = "-iconv,-no-iconv,virtual/libiconv"
> -PACKAGECONFIG[xkb] = "-xkb,-no-xkb,libxkbcommon"
> +PACKAGECONFIG[xkb] = "-xkb,-no-xkb -no-xkbcommon,libxkbcommon"
> PACKAGECONFIG[evdev] = "-evdev,-no-evdev"
> PACKAGECONFIG[mtdev] = "-mtdev,-no-mtdev,mtdev"
> # depends on glib
next prev parent reply other threads:[~2014-03-27 14:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-27 14:33 [PATCH] qtbase.inc: add -no-xkbcommon Thomas Senyk
2014-03-27 14:36 ` Thomas Senyk [this message]
2014-03-27 16:07 ` Martin Jansa
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=5896879.V9IzFsXxVK@rudolf \
--to=thomas.senyk@pelagicore.com \
--cc=openembedded-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.