* [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for cups
@ 2014-12-11 14:39 Martin Jansa
2014-12-11 14:42 ` Henning Heinold
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Martin Jansa @ 2014-12-11 14:39 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
recipes-qt/qt5/qtbase.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index 4c7e86c..d6053be 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -80,6 +80,7 @@ PACKAGECONFIG[pcre] = "-system-pcre,-qt-pcre,pcre"
PACKAGECONFIG[gl] = "-opengl desktop -no-eglfs,,virtual/libgl"
PACKAGECONFIG[gles2] = "-opengl es2 -eglfs,,virtual/libgles2 virtual/egl"
PACKAGECONFIG[tslib] = "-tslib,-no-tslib,tslib"
+PACKAGECONFIG[dbus] = "-cups,-no-cups,cups"
PACKAGECONFIG[dbus] = "-dbus,-no-dbus,dbus"
PACKAGECONFIG[xcb] = "-xcb -xcb-xlib -system-xcb,-no-xcb,libxcb xcb-util-wm xcb-util-image xcb-util-keysyms xcb-util-renderutil"
PACKAGECONFIG[sql-ibase] = "-sql-ibase,-no-sql-ibase"
--
2.1.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for cups
2014-12-11 14:39 [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for cups Martin Jansa
@ 2014-12-11 14:42 ` Henning Heinold
2014-12-11 14:43 ` Gary Thomas
2014-12-11 14:53 ` [meta-qt5][PATCHv2] " Martin Jansa
2 siblings, 0 replies; 4+ messages in thread
From: Henning Heinold @ 2014-12-11 14:42 UTC (permalink / raw)
To: openembedded-devel
On Thu, Dec 11, 2014 at 03:39:53PM +0100, Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
> recipes-qt/qt5/qtbase.inc | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
> index 4c7e86c..d6053be 100644
> --- a/recipes-qt/qt5/qtbase.inc
> +++ b/recipes-qt/qt5/qtbase.inc
> @@ -80,6 +80,7 @@ PACKAGECONFIG[pcre] = "-system-pcre,-qt-pcre,pcre"
> PACKAGECONFIG[gl] = "-opengl desktop -no-eglfs,,virtual/libgl"
> PACKAGECONFIG[gles2] = "-opengl es2 -eglfs,,virtual/libgles2 virtual/egl"
> PACKAGECONFIG[tslib] = "-tslib,-no-tslib,tslib"
> +PACKAGECONFIG[dbus] = "-cups,-no-cups,cups"
Cut and paste error or does cups relay on dbus?
Bye Henning
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for cups
2014-12-11 14:39 [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for cups Martin Jansa
2014-12-11 14:42 ` Henning Heinold
@ 2014-12-11 14:43 ` Gary Thomas
2014-12-11 14:53 ` [meta-qt5][PATCHv2] " Martin Jansa
2 siblings, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2014-12-11 14:43 UTC (permalink / raw)
To: openembedded-devel
On 2014-12-11 07:39, Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
> recipes-qt/qt5/qtbase.inc | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
> index 4c7e86c..d6053be 100644
> --- a/recipes-qt/qt5/qtbase.inc
> +++ b/recipes-qt/qt5/qtbase.inc
> @@ -80,6 +80,7 @@ PACKAGECONFIG[pcre] = "-system-pcre,-qt-pcre,pcre"
> PACKAGECONFIG[gl] = "-opengl desktop -no-eglfs,,virtual/libgl"
> PACKAGECONFIG[gles2] = "-opengl es2 -eglfs,,virtual/libgles2 virtual/egl"
> PACKAGECONFIG[tslib] = "-tslib,-no-tslib,tslib"
> +PACKAGECONFIG[dbus] = "-cups,-no-cups,cups"
Shouldn't this be
PACKAGECONFIG[cups] = "-cups,-no-cups,cups"
^^^^
> PACKAGECONFIG[dbus] = "-dbus,-no-dbus,dbus"
> PACKAGECONFIG[xcb] = "-xcb -xcb-xlib -system-xcb,-no-xcb,libxcb xcb-util-wm xcb-util-image xcb-util-keysyms xcb-util-renderutil"
> PACKAGECONFIG[sql-ibase] = "-sql-ibase,-no-sql-ibase"
>
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* [meta-qt5][PATCHv2] qtbase: add PACKAGECONFIG for cups
2014-12-11 14:39 [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for cups Martin Jansa
2014-12-11 14:42 ` Henning Heinold
2014-12-11 14:43 ` Gary Thomas
@ 2014-12-11 14:53 ` Martin Jansa
2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-12-11 14:53 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
recipes-qt/qt5/qtbase.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index 4c7e86c..c37134f 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -80,6 +80,7 @@ PACKAGECONFIG[pcre] = "-system-pcre,-qt-pcre,pcre"
PACKAGECONFIG[gl] = "-opengl desktop -no-eglfs,,virtual/libgl"
PACKAGECONFIG[gles2] = "-opengl es2 -eglfs,,virtual/libgles2 virtual/egl"
PACKAGECONFIG[tslib] = "-tslib,-no-tslib,tslib"
+PACKAGECONFIG[cups] = "-cups,-no-cups,cups"
PACKAGECONFIG[dbus] = "-dbus,-no-dbus,dbus"
PACKAGECONFIG[xcb] = "-xcb -xcb-xlib -system-xcb,-no-xcb,libxcb xcb-util-wm xcb-util-image xcb-util-keysyms xcb-util-renderutil"
PACKAGECONFIG[sql-ibase] = "-sql-ibase,-no-sql-ibase"
--
2.1.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-12-11 14:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-11 14:39 [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for cups Martin Jansa
2014-12-11 14:42 ` Henning Heinold
2014-12-11 14:43 ` Gary Thomas
2014-12-11 14:53 ` [meta-qt5][PATCHv2] " 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.