From 9248dc741f4e051d8d8578b7e04681cbae182c69 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 16 Sep 2019 17:18:35 +0300 Subject: 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 --- recipes-qt/qt5/qtbase-native_git.bb | 1 + 1 file changed, 1 insertion(+) 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 = " \ -no-sql-sqlite \ -no-sql-psql \ -no-opengl \ + -no-vulkan \ -no-openssl \ -no-xcb \ -no-icu \ -- cgit v1.2.3