summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-02-27 17:04:39 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-02-27 17:50:32 +0100
commitb5d4990c1c1765d8894f0ef03becfea988511d9c (patch)
treebac0dc296014094221ce60720b1b85c61355e3ea
parentaa11ed05ca99f1b66258089e3085121dd72b0ab3 (diff)
downloadmeta-qt5-b5d4990c1c1765d8894f0ef03becfea988511d9c.tar.gz
qtbase.inc: mention that qtwebengine requires qtbase with accessibility enabled
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtbase.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index fd3e6818..4bb1a69e 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -65,7 +65,7 @@ PACKAGECONFIG[examples] = "-make examples -compile-examples,-nomake examples"
65PACKAGECONFIG[tools] = "-make tools,-nomake tools" 65PACKAGECONFIG[tools] = "-make tools,-nomake tools"
66# only for completeness, configure will add libs even if you try to explicitly remove it 66# only for completeness, configure will add libs even if you try to explicitly remove it
67PACKAGECONFIG[libs] = "-make libs,-nomake libs" 67PACKAGECONFIG[libs] = "-make libs,-nomake libs"
68# accessibility is required to compile qtquickcontrols 68# accessibility is required to compile qtquickcontrols and qtwebengine
69PACKAGECONFIG[accessibility] = "-accessibility,-no-accessibility" 69PACKAGECONFIG[accessibility] = "-accessibility,-no-accessibility"
70PACKAGECONFIG[glib] = "-glib,-no-glib,glib-2.0" 70PACKAGECONFIG[glib] = "-glib,-no-glib,glib-2.0"
71# use either system freetype or bundled freetype, if you disable freetype completely 71# use either system freetype or bundled freetype, if you disable freetype completely