From 0e7015f7a86dda995a39662edbb5c26da647c496 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(+) (limited to 'recipes-qt') diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 5f26e148..050e6d97 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