summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtbase.inc')
-rw-r--r--recipes-qt/qt5/qtbase.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index 24300351..a6fb3b22 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -16,7 +16,6 @@ SRC_URI += "\
16SRC_URI += "\ 16SRC_URI += "\
17 file://0010-qmake-is-already-built-in-qtbase-native.patch \ 17 file://0010-qmake-is-already-built-in-qtbase-native.patch \
18 file://0011-Allow-building-a-separate-qmake-for-the-target.patch \ 18 file://0011-Allow-building-a-separate-qmake-for-the-target.patch \
19 file://0012-qtbase-allow-build-of-examples.patch \
20 file://0013-QOpenGLPaintDevice-sub-area-support.patch \ 19 file://0013-QOpenGLPaintDevice-sub-area-support.patch \
21 file://0014-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch \ 20 file://0014-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch \
22 file://0015-Fix-linuxfb-argument-mmsize-parsing.patch \ 21 file://0015-Fix-linuxfb-argument-mmsize-parsing.patch \
@@ -65,7 +64,7 @@ PACKAGECONFIG[release] = "-release,-debug"
65PACKAGECONFIG[developer] = "-developer-build" 64PACKAGECONFIG[developer] = "-developer-build"
66PACKAGECONFIG[sm] = "-sm,-no-sm" 65PACKAGECONFIG[sm] = "-sm,-no-sm"
67PACKAGECONFIG[tests] = "-make tests,-nomake tests" 66PACKAGECONFIG[tests] = "-make tests,-nomake tests"
68PACKAGECONFIG[examples] = "-make examples,-nomake examples" 67PACKAGECONFIG[examples] = "-make examples -compile-examples,-nomake examples"
69PACKAGECONFIG[tools] = "-make tools,-nomake tools" 68PACKAGECONFIG[tools] = "-make tools,-nomake tools"
70# only for completeness, configure will add libs even if you try to explicitly remove it 69# only for completeness, configure will add libs even if you try to explicitly remove it
71PACKAGECONFIG[libs] = "-make libs,-nomake libs" 70PACKAGECONFIG[libs] = "-make libs,-nomake libs"