diff options
-rw-r--r-- | recipes-qt/qt5/qtdeclarative_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb index cf3cebd9..42a3eeb3 100644 --- a/recipes-qt/qt5/qtdeclarative_git.bb +++ b/recipes-qt/qt5/qtdeclarative_git.bb | |||
@@ -19,7 +19,7 @@ SRC_URI += " \ | |||
19 | file://0002-Use-python3-explicitly.patch \ | 19 | file://0002-Use-python3-explicitly.patch \ |
20 | " | 20 | " |
21 | 21 | ||
22 | DEPENDS += "qtbase" | 22 | DEPENDS += "qtbase qtdeclarative-native" |
23 | 23 | ||
24 | PACKAGECONFIG ??= "qml-debug qml-network ${@bb.utils.contains('DISTRO_FEATURES', 'qt5-static', 'static', '', d)}" | 24 | PACKAGECONFIG ??= "qml-debug qml-network ${@bb.utils.contains('DISTRO_FEATURES', 'qt5-static', 'static', '', d)}" |
25 | PACKAGECONFIG[qml-debug] = "-qml-debug,-no-qml-debug" | 25 | PACKAGECONFIG[qml-debug] = "-qml-debug,-no-qml-debug" |