All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][PATCH] qtbase.inc: Enable accessibility by default
@ 2014-04-28 15:27 Otavio Salvador
  2014-05-02  0:50 ` Jonathan Liu
  2014-05-04 21:47 ` Martin Jansa
  0 siblings, 2 replies; 10+ messages in thread
From: Otavio Salvador @ 2014-04-28 15:27 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador

qtdeclarative requires accessibility to be enabled and it is added by
default to the toolchain so we ought to have it enabled to ensure the
default toolchain generation works.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 recipes-qt/qt5/qtbase.inc |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index 89736be..91cadef 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -39,6 +39,7 @@ PACKAGECONFIG_X11 ?= "${@base_contains('DISTRO_FEATURES', 'x11', 'xcb xvideo xsy
 PACKAGECONFIG_FONTS ?= ""
 PACKAGECONFIG_SYSTEM ?= "jpeg libpng zlib"
 PACKAGECONFIG_MULTIMEDIA ?= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}"
+PACKAGECONFIG_ACCESSIBILITY ?= "accessibility"
 PACKAGECONFIG_DISTRO ?= ""
 # Either release or debug, can be overridden in bbappends
 PACKAGECONFIG_RELEASE ?= "release"
@@ -56,6 +57,7 @@ PACKAGECONFIG ?= " \
     ${PACKAGECONFIG_FONTS} \
     ${PACKAGECONFIG_SYSTEM} \
     ${PACKAGECONFIG_MULTIMEDIA} \
+    ${PACKAGECONFIG_ACCESSIBILITY} \
     ${PACKAGECONFIG_DISTRO} \
 "
 
-- 
1.7.10.4



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

end of thread, other threads:[~2014-05-15 11:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-28 15:27 [meta-qt5][PATCH] qtbase.inc: Enable accessibility by default Otavio Salvador
2014-05-02  0:50 ` Jonathan Liu
2014-05-04 21:47 ` Martin Jansa
2014-05-05 12:21   ` Otavio Salvador
2014-05-14 19:04     ` Otavio Salvador
2014-05-15  8:10       ` Anders Darander
2014-05-15  9:16       ` Samuel Stirtzel
2014-05-15 10:21         ` Martin Jansa
2014-05-15 11:34           ` Samuel Stirtzel
2014-05-15 11:22       ` Jonathan Liu

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.