summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/qt5/qtxmlpatterns_git.bb3
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
15DEPENDS += "qtbase" 15DEPENDS += "qtbase"
16 16
17PACKAGECONFIG ?= "qtdeclarative" 17PACKAGECONFIG ?= ""
18PACKAGECONFIG_class-target ?= "qtdeclarative"
18PACKAGECONFIG[qtdeclarative] = ",,qtdeclarative" 19PACKAGECONFIG[qtdeclarative] = ",,qtdeclarative"
19 20
20do_configure_prepend() { 21do_configure_prepend() {