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-07-22 14:08:11 +0200
commit9248dc741f4e051d8d8578b7e04681cbae182c69 (patch)
tree18267e54949d1fabcfde77e1f840949fc20c6d0c
parent7565dbe3379785709c996537d3935dde3400f0a8 (diff)
downloadmeta-qt5-9248dc741f4e051d8d8578b7e04681cbae182c69.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 85f954bc..2b13fc23 100644
--- a/recipes-qt/qt5/qtbase-native_git.bb
+++ b/recipes-qt/qt5/qtbase-native_git.bb
@@ -73,6 +73,7 @@ QT_CONFIG_FLAGS = " \
73 -no-sql-sqlite \ 73 -no-sql-sqlite \
74 -no-sql-psql \ 74 -no-sql-psql \
75 -no-opengl \ 75 -no-opengl \
76 -no-vulkan \
76 -no-openssl \ 77 -no-openssl \
77 -no-xcb \ 78 -no-xcb \
78 -no-icu \ 79 -no-icu \