summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwayland_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtwayland_git.bb')
-rw-r--r--recipes-qt/qt5/qtwayland_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb
index c2931257..c64a92f1 100644
--- a/recipes-qt/qt5/qtwayland_git.bb
+++ b/recipes-qt/qt5/qtwayland_git.bb
@@ -15,6 +15,7 @@ LIC_FILES_CHKSUM = " \
15 file://LGPL_EXCEPTION.txt;md5=9625233da42f9e0ce9d63651a9d97654 \ 15 file://LGPL_EXCEPTION.txt;md5=9625233da42f9e0ce9d63651a9d97654 \
16 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ 16 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
17" 17"
18
18#FIXME: xkb should be optional; we add it here to fix the build error without it 19#FIXME: xkb should be optional; we add it here to fix the build error without it
19# (https://bugreports.qt.io/browse/QTBUG-54851) 20# (https://bugreports.qt.io/browse/QTBUG-54851)
20PACKAGECONFIG ?= " \ 21PACKAGECONFIG ?= " \
@@ -41,6 +42,10 @@ PACKAGECONFIG[libhybris-egl] = "CONFIG+=config_libhybris_egl_server CONFIG+=done
41 42
42EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" 43EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
43 44
45SRC_URI += " \
46 file://0001-Fix-building-of-QWaylandIntegration-if-some-Qt5-feat.patch \
47"
48
44SRCREV = "3443483c9efdcfbfe049f96c83f83a5bf1d81e61" 49SRCREV = "3443483c9efdcfbfe049f96c83f83a5bf1d81e61"
45 50
46BBCLASSEXTEND =+ "native nativesdk" 51BBCLASSEXTEND =+ "native nativesdk"