diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-05-28 15:29:55 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-07-07 12:08:53 +0200 |
commit | 45706c620e215e9ac51e66f0e6946410e7b7e087 (patch) | |
tree | a07686cfbeba6ba5407310973bc8647462d192b0 | |
parent | 9d4490a0f4e1bfeba2660e79e1357f39b64f8027 (diff) | |
download | meta-qt5-45706c620e215e9ac51e66f0e6946410e7b7e087.tar.gz |
qtbase: Add vulkan to PACKAGECONFIGs
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 62bb2ca66bfc13f3216a207013a51c3b9a1b9f26)
-rw-r--r-- | recipes-qt/qt5/qtbase_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index f4f0919c..64e9f4a2 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
@@ -138,6 +138,7 @@ PACKAGECONFIG[libinput] = "-libinput,-no-libinput,libinput" | |||
138 | PACKAGECONFIG[journald] = "-journald,-no-journald,systemd" | 138 | PACKAGECONFIG[journald] = "-journald,-no-journald,systemd" |
139 | # needs kernel 3.17+ | 139 | # needs kernel 3.17+ |
140 | PACKAGECONFIG[getentropy] = "-feature-getentropy,-no-feature-getentropy," | 140 | PACKAGECONFIG[getentropy] = "-feature-getentropy,-no-feature-getentropy," |
141 | PACKAGECONFIG[vulkan] = "-vulkan,-no-vulkan,vulkan-headers" | ||
141 | 142 | ||
142 | QT_CONFIG_FLAGS_GOLD = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '-use-gold-linker', '-no-use-gold-linker', d)}" | 143 | QT_CONFIG_FLAGS_GOLD = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '-use-gold-linker', '-no-use-gold-linker', d)}" |
143 | # workaround for gold bug: | 144 | # workaround for gold bug: |