diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase.inc')
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 37688711..726576c7 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
@@ -11,6 +11,8 @@ SRC_URI += "\ | |||
11 | file://0007-configure.prf-Allow-to-add-extra-arguments-to-make.patch \ | 11 | file://0007-configure.prf-Allow-to-add-extra-arguments-to-make.patch \ |
12 | file://0008-configure-make-pulseaudio-alsa-freetype-a-configurab.patch \ | 12 | file://0008-configure-make-pulseaudio-alsa-freetype-a-configurab.patch \ |
13 | file://0009-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS-to-determ.patch \ | 13 | file://0009-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS-to-determ.patch \ |
14 | file://0015-Fix-missing-plugin_types.patch \ | ||
15 | file://0016-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \ | ||
14 | " | 16 | " |
15 | 17 | ||
16 | SRC_URI += "\ | 18 | SRC_URI += "\ |
@@ -18,7 +20,7 @@ SRC_URI += "\ | |||
18 | file://0011-Allow-building-a-separate-qmake-for-the-target.patch \ | 20 | file://0011-Allow-building-a-separate-qmake-for-the-target.patch \ |
19 | file://0013-QOpenGLPaintDevice-sub-area-support.patch \ | 21 | file://0013-QOpenGLPaintDevice-sub-area-support.patch \ |
20 | file://0014-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch \ | 22 | file://0014-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch \ |
21 | file://0016-eglfs-Fix-quad-coordinates.patch \ | 23 | file://0008-qeglplatformintegration-Undefine-CursorShape-from-X..patch \ |
22 | " | 24 | " |
23 | 25 | ||
24 | DEPENDS += "qtbase-native" | 26 | DEPENDS += "qtbase-native" |
@@ -126,7 +128,6 @@ PACKAGECONFIG[nis] = "-nis,-no-nis" | |||
126 | PACKAGECONFIG[widgets] = "-widgets,-no-widgets" | 128 | PACKAGECONFIG[widgets] = "-widgets,-no-widgets" |
127 | 129 | ||
128 | QT_CONFIG_FLAGS += " \ | 130 | QT_CONFIG_FLAGS += " \ |
129 | -reduce-relocations \ | ||
130 | -shared \ | 131 | -shared \ |
131 | -silent \ | 132 | -silent \ |
132 | -no-pch \ | 133 | -no-pch \ |