From: Alexander Kanavin Date: Thu, 22 Jul 2021 22:45:08 +0000 (+0200) Subject: vulkan-samples: update to latest revision X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~7250 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=643a0398ebcfe9fd53d1b37fb0837d4db08a23af;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git vulkan-samples: update to latest revision Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb index 972173ef50f..503b0581016 100644 --- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb @@ -11,7 +11,7 @@ SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git \ " UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "47c5237be21209afc945e43d03ae409fa80a0155" +SRCREV = "43ee480644a20dbc8d4983b22578068f8bed7571" UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" S = "${WORKDIR}/git" @@ -32,3 +32,6 @@ EXTRA_OECMAKE += "-DCMAKE_DEBUG_SRCDIR=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${P # from some builds depending on the point the PCH was compiled. Disable it to be # deterministic EXTRA_OECMAKE += "-DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON" + +# This needs to be specified explicitly to avoid xcb/xlib dependencies +EXTRA_OECMAKE += "-DVKB_WSI_SELECTION=D2D"