From 45706c620e215e9ac51e66f0e6946410e7b7e087 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Thu, 28 May 2020 15:29:55 -0500 Subject: qtbase: Add vulkan to PACKAGECONFIGs Signed-off-by: Tom Hochstein (cherry picked from commit 62bb2ca66bfc13f3216a207013a51c3b9a1b9f26) --- recipes-qt/qt5/qtbase_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index f4f0919c..64e9f4a2 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb @@ -138,6 +138,7 @@ PACKAGECONFIG[libinput] = "-libinput,-no-libinput,libinput" PACKAGECONFIG[journald] = "-journald,-no-journald,systemd" # needs kernel 3.17+ PACKAGECONFIG[getentropy] = "-feature-getentropy,-no-feature-getentropy," +PACKAGECONFIG[vulkan] = "-vulkan,-no-vulkan,vulkan-headers" QT_CONFIG_FLAGS_GOLD = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '-use-gold-linker', '-no-use-gold-linker', d)}" # workaround for gold bug: -- cgit v1.2.3