summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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