diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2018-11-08 15:06:53 +0200 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-11-08 13:58:40 +0000 |
| commit | 406b7338f11c64502bba97aef50c381d8922ebb6 (patch) | |
| tree | 9505e7fb927980e7dd724d3f554b545a79238e2e | |
| parent | 9c65c21168765dca83966516551d00d5dccc0682 (diff) | |
| download | meta-qt5-5.12.0-beta4.tar.gz | |
qtxmlpatterns: enable qtdeclarative only for target buildv5.12.0-beta4
native and nativesdk builds have no need for the qml parts.
Change-Id: I3cc0a7eb07ab36ead288691df3c935defef17ef1
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| -rw-r--r-- | recipes-qt/qt5/qtxmlpatterns_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtxmlpatterns_git.bb b/recipes-qt/qt5/qtxmlpatterns_git.bb index f4b7f427..8c5990a3 100644 --- a/recipes-qt/qt5/qtxmlpatterns_git.bb +++ b/recipes-qt/qt5/qtxmlpatterns_git.bb | |||
| @@ -14,7 +14,8 @@ LIC_FILES_CHKSUM = " \ | |||
| 14 | 14 | ||
| 15 | DEPENDS += "qtbase" | 15 | DEPENDS += "qtbase" |
| 16 | 16 | ||
| 17 | PACKAGECONFIG ?= "qtdeclarative" | 17 | PACKAGECONFIG ?= "" |
| 18 | PACKAGECONFIG_class-target ?= "qtdeclarative" | ||
| 18 | PACKAGECONFIG[qtdeclarative] = ",,qtdeclarative" | 19 | PACKAGECONFIG[qtdeclarative] = ",,qtdeclarative" |
| 19 | 20 | ||
| 20 | do_configure_prepend() { | 21 | do_configure_prepend() { |
