diff options
Diffstat (limited to 'recipes-qt/qt5/qtwayland_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwayland_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb index ce697dba..966dcd51 100644 --- a/recipes-qt/qt5/qtwayland_git.bb +++ b/recipes-qt/qt5/qtwayland_git.bb | |||
@@ -13,6 +13,8 @@ LIC_FILES_CHKSUM = " \ | |||
13 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ | 13 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ |
14 | " | 14 | " |
15 | 15 | ||
16 | # Patches from https://github.com/meta-qt5/qtwayland/commits/b5.14 | ||
17 | # 5.14.meta-qt5.1 | ||
16 | SRC_URI += "file://0001-tst_seatv4-Include-array.patch" | 18 | SRC_URI += "file://0001-tst_seatv4-Include-array.patch" |
17 | 19 | ||
18 | PACKAGECONFIG ?= " \ | 20 | PACKAGECONFIG ?= " \ |
@@ -39,7 +41,7 @@ PACKAGECONFIG[wayland-libhybris-egl-server-buffer] = "-feature-wayland-libhybris | |||
39 | 41 | ||
40 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" | 42 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" |
41 | 43 | ||
42 | SRCREV = "4e015b3383a218b31cae4437cd30076fb031f3ad" | 44 | SRCREV = "c2f216ef211ae8fbe0073c296742f584f5493e9f" |
43 | 45 | ||
44 | BBCLASSEXTEND =+ "native nativesdk" | 46 | BBCLASSEXTEND =+ "native nativesdk" |
45 | 47 | ||