summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/qt5/qtwayland.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwayland.inc b/recipes-qt/qt5/qtwayland.inc
index 3ae98ede..40dd803a 100644
--- a/recipes-qt/qt5/qtwayland.inc
+++ b/recipes-qt/qt5/qtwayland.inc
@@ -21,6 +21,8 @@ SRC_URI += " \
21 21
22QT_WAYLAND_CONFIG ?= "wayland-compositor" 22QT_WAYLAND_CONFIG ?= "wayland-compositor"
23QT_WAYLAND_DEFINES ?= "" 23QT_WAYLAND_DEFINES ?= ""
24QT_WAYLAND_BUILD_PARTS ?= "examples"
24 25
25EXTRA_QMAKEVARS_PRE += "CONFIG+=${QT_WAYLAND_CONFIG}" 26EXTRA_QMAKEVARS_PRE += "CONFIG+=${QT_WAYLAND_CONFIG}"
26EXTRA_QMAKEVARS_PRE += "DEFINES+=${QT_WAYLAND_DEFINES}" 27EXTRA_QMAKEVARS_PRE += "DEFINES+=${QT_WAYLAND_DEFINES}"
28EXTRA_QMAKEVARS_PRE += "QT_BUILD_PARTS+=${QT_WAYLAND_BUILD_PARTS}"