summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/qt5/qtwayland_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb
index 8f016583..e36d2c0a 100644
--- a/recipes-qt/qt5/qtwayland_git.bb
+++ b/recipes-qt/qt5/qtwayland_git.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = " \
16# libxkbcommon isn't mandatory make it easier to remove by .bbappend 16# libxkbcommon isn't mandatory make it easier to remove by .bbappend
17# (e.g. for building qtwayland with danny which doesn't have libxkbcommon in oe-core). 17# (e.g. for building qtwayland with danny which doesn't have libxkbcommon in oe-core).
18XKB_DEPENDS = "libxkbcommon xproto" 18XKB_DEPENDS = "libxkbcommon xproto"
19DEPENDS += "qtbase qtdeclarative wayland wayland-native qtwayland-native ${XKB_DEPENDS}" 19DEPENDS += "qtbase qtdeclarative wayland wayland-native qtwayland-native ${XKB_DEPENDS} ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxcomposite', '', d)}"
20 20
21QT_WAYLAND_CONFIG ?= "wayland-compositor" 21QT_WAYLAND_CONFIG ?= "wayland-compositor"
22QT_WAYLAND_DEFINES ?= "" 22QT_WAYLAND_DEFINES ?= ""