diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-10-06 21:48:53 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2019-10-08 20:02:46 +0000 |
| commit | db2fd6c263adbaed7eb2c6b3edf46c16e60b1703 (patch) | |
| tree | a2e88b348dc349d758ccbea05af74060b2bd96b5 /recipes-qt/qt5/qtwayland_git.bb | |
| parent | 6b5122ef14cb8c5ba5a9f790d824e92667e88783 (diff) | |
| download | meta-qt5-db2fd6c263adbaed7eb2c6b3edf46c16e60b1703.tar.gz | |
qtwayland: Fix build with clang/libc++
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 cd55b43b..05f8b088 100644 --- a/recipes-qt/qt5/qtwayland_git.bb +++ b/recipes-qt/qt5/qtwayland_git.bb | |||
| @@ -13,7 +13,9 @@ LIC_FILES_CHKSUM = " \ | |||
| 13 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ | 13 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | SRC_URI += "file://0001-Fix-use-of-private-dependency.patch" | 16 | SRC_URI += "file://0001-Fix-use-of-private-dependency.patch \ |
| 17 | file://0001-tst_seatv4-Include-array.patch \ | ||
| 18 | " | ||
| 17 | 19 | ||
| 18 | PACKAGECONFIG ?= " \ | 20 | PACKAGECONFIG ?= " \ |
| 19 | wayland-client \ | 21 | wayland-client \ |
