diff options
-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 |