diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-27 17:04:39 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-27 17:50:32 +0100 |
commit | b5d4990c1c1765d8894f0ef03becfea988511d9c (patch) | |
tree | bac0dc296014094221ce60720b1b85c61355e3ea | |
parent | aa11ed05ca99f1b66258089e3085121dd72b0ab3 (diff) | |
download | meta-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.inc | 2 |
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" | |||
65 | PACKAGECONFIG[tools] = "-make tools,-nomake tools" | 65 | PACKAGECONFIG[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 |
67 | PACKAGECONFIG[libs] = "-make libs,-nomake libs" | 67 | PACKAGECONFIG[libs] = "-make libs,-nomake libs" |
68 | # accessibility is required to compile qtquickcontrols | 68 | # accessibility is required to compile qtquickcontrols and qtwebengine |
69 | PACKAGECONFIG[accessibility] = "-accessibility,-no-accessibility" | 69 | PACKAGECONFIG[accessibility] = "-accessibility,-no-accessibility" |
70 | PACKAGECONFIG[glib] = "-glib,-no-glib,glib-2.0" | 70 | PACKAGECONFIG[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 |