diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2019-09-16 17:18:35 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-07-22 14:06:27 +0200 |
commit | 1861b68525dc8566be6bc8d70e4359a3b589e4ca (patch) | |
tree | 10aea1d78025c938384a99017f40cae4cf76901e | |
parent | 45706c620e215e9ac51e66f0e6946410e7b7e087 (diff) | |
download | meta-qt5-1861b68525dc8566be6bc8d70e4359a3b589e4ca.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.bb | 1 |
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 083e5306..ed5fbaa2 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 \ |