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-22 14:08:11 +0200 |
commit | 7565dbe3379785709c996537d3935dde3400f0a8 (patch) | |
tree | a40070e73df689410339d3b6f8b6cb3c3808fb93 | |
parent | 90f99d83fe92b7eac6085393ea555d368fc83598 (diff) | |
download | meta-qt5-7565dbe3379785709c996537d3935dde3400f0a8.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 51a0c065..084a136d 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
@@ -136,6 +136,7 @@ PACKAGECONFIG[libinput] = "-libinput,-no-libinput,libinput" | |||
136 | PACKAGECONFIG[journald] = "-journald,-no-journald,systemd" | 136 | PACKAGECONFIG[journald] = "-journald,-no-journald,systemd" |
137 | # needs kernel 3.17+ | 137 | # needs kernel 3.17+ |
138 | PACKAGECONFIG[getentropy] = "-feature-getentropy,-no-feature-getentropy," | 138 | PACKAGECONFIG[getentropy] = "-feature-getentropy,-no-feature-getentropy," |
139 | PACKAGECONFIG[vulkan] = "-vulkan,-no-vulkan,vulkan-headers" | ||
139 | 140 | ||
140 | QT_CONFIG_FLAGS_GOLD = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '-use-gold-linker', '-no-use-gold-linker', d)}" | 141 | QT_CONFIG_FLAGS_GOLD = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '-use-gold-linker', '-no-use-gold-linker', d)}" |
141 | # workaround for gold bug: | 142 | # workaround for gold bug: |