diff options
Diffstat (limited to 'recipes-qt/qt5/qtwayland_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwayland_git.bb | 5 |
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) |
20 | PACKAGECONFIG ?= " \ | 21 | PACKAGECONFIG ?= " \ |
@@ -41,6 +42,10 @@ PACKAGECONFIG[libhybris-egl] = "CONFIG+=config_libhybris_egl_server CONFIG+=done | |||
41 | 42 | ||
42 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" | 43 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" |
43 | 44 | ||
45 | SRC_URI += " \ | ||
46 | file://0001-Fix-building-of-QWaylandIntegration-if-some-Qt5-feat.patch \ | ||
47 | " | ||
48 | |||
44 | SRCREV = "3443483c9efdcfbfe049f96c83f83a5bf1d81e61" | 49 | SRCREV = "3443483c9efdcfbfe049f96c83f83a5bf1d81e61" |
45 | 50 | ||
46 | BBCLASSEXTEND =+ "native nativesdk" | 51 | BBCLASSEXTEND =+ "native nativesdk" |