summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/qt5/qtwayland_git.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb
index b5119ec0..f91df4d5 100644
--- a/recipes-qt/qt5/qtwayland_git.bb
+++ b/recipes-qt/qt5/qtwayland_git.bb
@@ -7,3 +7,10 @@ PV = "4.999+5.0.0-beta1+git${SRCPV}"
7PR = "${INC_PR}.1" 7PR = "${INC_PR}.1"
8 8
9SRCREV = "5cb159395eccb1d96fb73a78e499eef30aacb46d" 9SRCREV = "5cb159395eccb1d96fb73a78e499eef30aacb46d"
10
11do_configure_prepend() {
12 # Temporary hack to get qtwayland build for Qt 5.0.2
13 if ! grep -q MODULE_VERSION ${S}/.qmake.conf; then
14 echo "MODULE_VERSION = 0.0.0" >> ${S}/.qmake.conf
15 fi
16}