All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qtbase.inc: add -no-xkbcommon
@ 2014-03-27 14:33 Thomas Senyk
  2014-03-27 14:36 ` Thomas Senyk
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Senyk @ 2014-03-27 14:33 UTC (permalink / raw)
  To: openembedded-devel

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
-- 
1.8.5.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] qtbase.inc: add -no-xkbcommon
  2014-03-27 14:33 [PATCH] qtbase.inc: add -no-xkbcommon Thomas Senyk
@ 2014-03-27 14:36 ` Thomas Senyk
  2014-03-27 16:07   ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Senyk @ 2014-03-27 14:36 UTC (permalink / raw)
  To: openembedded-devel

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] qtbase.inc: add -no-xkbcommon
  2014-03-27 14:36 ` Thomas Senyk
@ 2014-03-27 16:07   ` Martin Jansa
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2014-03-27 16:07 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1703 bytes --]

On Thu, Mar 27, 2014 at 03:36:39PM +0100, Thomas Senyk wrote:
> sorry I think I've missed 
> 
> --subject-prefix="meta-qt5][PATCH"
> 
> ... Is that 'bad' enough to re-send it?

I've noticed it and will apply, so no need to re-send this time.

> Is it:
> --subject-prefix="meta-qt5][PATCH"

this one ^^ (as README says)

> 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
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-27 16:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27 14:33 [PATCH] qtbase.inc: add -no-xkbcommon Thomas Senyk
2014-03-27 14:36 ` Thomas Senyk
2014-03-27 16:07   ` Martin Jansa

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.