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>
This commit is contained in:
Samuli Piippo
2019-09-16 17:18:35 +03:00
committed by Martin Jansa
parent 45706c620e
commit 1861b68525

View File

@@ -75,6 +75,7 @@ QT_CONFIG_FLAGS = " \
-no-sql-sqlite \
-no-sql-psql \
-no-opengl \
-no-vulkan \
-no-openssl \
-no-xcb \
-no-icu \