diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2019-09-16 17:18:35 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2019-09-17 07:39:03 +0300 |
commit | ff4e4b2432f22dd055178a3979d2241d967823e9 (patch) | |
tree | 6a41237462763c5b7063db53fd462835f835f2ef | |
parent | 6699712b98754bb7f3199589374b8db2da8517ce (diff) | |
download | meta-qt5-ff4e4b2432f22dd055178a3979d2241d967823e9.tar.gz |
qtbase-native: disable vulkan support
Vulkan may get enabled if the host has vulkan headers available,
which will cause a build break.
Change-Id: Ia41519c9e29235e96cd07de604212e43b8d052f2
Reviewed-by: Mikko Gronoff <mikko.gronoff@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 906705ca..8ec7c606 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 \ |