summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-09-16 17:18:35 +0300
committerMartin Jansa <Martin.Jansa@gmail.com>2020-01-11 14:59:12 +0100
commit56b2c13d17e63ef89a1bda2e1477007d12ecbd18 (patch)
tree2ae65be02cf36d1d8616133802946ef4475336fe
parent6b34fd17c26873ef4482156aad901fc92d3ef172 (diff)
downloadmeta-qt5-56b2c13d17e63ef89a1bda2e1477007d12ecbd18.tar.gz
qtbase-native: disable vulkan support
Vulkan may get enabled if the host has vulkan headers available, which will cause a build break. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--recipes-qt/qt5/qtbase-native_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb
index 37034b94..02d9c455 100644
--- a/recipes-qt/qt5/qtbase-native_git.bb
+++ b/recipes-qt/qt5/qtbase-native_git.bb
@@ -75,6 +75,7 @@ QT_CONFIG_FLAGS = " \
75 -no-sql-sqlite \ 75 -no-sql-sqlite \
76 -no-sql-psql \ 76 -no-sql-psql \
77 -no-opengl \ 77 -no-opengl \
78 -no-vulkan \
78 -no-openssl \ 79 -no-openssl \
79 -no-xcb \ 80 -no-xcb \
80 -no-icu \ 81 -no-icu \