diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-05-28 15:29:55 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-05-28 22:53:41 +0200 |
commit | 62bb2ca66bfc13f3216a207013a51c3b9a1b9f26 (patch) | |
tree | 0a3c66033d6e0e6d3f516e5febbe4e9233bf5ba0 | |
parent | b434031733b5fc0889ce89af669950f6b1cd9aa1 (diff) | |
download | meta-qt5-62bb2ca66bfc13f3216a207013a51c3b9a1b9f26.tar.gz |
qtbase: Add vulkan to PACKAGECONFIGs
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-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 5ab28efe..6212ee38 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
@@ -137,6 +137,7 @@ PACKAGECONFIG[libinput] = "-libinput,-no-libinput,libinput" | |||
137 | PACKAGECONFIG[journald] = "-journald,-no-journald,systemd" | 137 | PACKAGECONFIG[journald] = "-journald,-no-journald,systemd" |
138 | # needs kernel 3.17+ | 138 | # needs kernel 3.17+ |
139 | PACKAGECONFIG[getentropy] = "-feature-getentropy,-no-feature-getentropy," | 139 | PACKAGECONFIG[getentropy] = "-feature-getentropy,-no-feature-getentropy," |
140 | PACKAGECONFIG[vulkan] = "-vulkan,-no-vulkan,vulkan-headers" | ||
140 | 141 | ||
141 | QT_CONFIG_FLAGS_GOLD = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '-use-gold-linker', '-no-use-gold-linker', d)}" | 142 | QT_CONFIG_FLAGS_GOLD = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '-use-gold-linker', '-no-use-gold-linker', d)}" |
142 | # workaround for gold bug: | 143 | # workaround for gold bug: |