diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase.inc')
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 3 |
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 += "\ | |||
16 | SRC_URI += "\ | 16 | SRC_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" | |||
65 | PACKAGECONFIG[developer] = "-developer-build" | 64 | PACKAGECONFIG[developer] = "-developer-build" |
66 | PACKAGECONFIG[sm] = "-sm,-no-sm" | 65 | PACKAGECONFIG[sm] = "-sm,-no-sm" |
67 | PACKAGECONFIG[tests] = "-make tests,-nomake tests" | 66 | PACKAGECONFIG[tests] = "-make tests,-nomake tests" |
68 | PACKAGECONFIG[examples] = "-make examples,-nomake examples" | 67 | PACKAGECONFIG[examples] = "-make examples -compile-examples,-nomake examples" |
69 | PACKAGECONFIG[tools] = "-make tools,-nomake tools" | 68 | PACKAGECONFIG[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 |
71 | PACKAGECONFIG[libs] = "-make libs,-nomake libs" | 70 | PACKAGECONFIG[libs] = "-make libs,-nomake libs" |