summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-07-23 00:45:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-24 16:33:47 +0100
commit982f98f721af11b5698be8fe959058823d1de0d3 (patch)
treeafde25aafac3ddcf043d6327719ebb6b6864ce20 /meta/recipes-graphics
parentfd64f032caafe88b9135eb59248bb88a5da28e99 (diff)
downloadpoky-982f98f721af11b5698be8fe959058823d1de0d3.tar.gz
vulkan-samples: update to latest revision
(From OE-Core rev: 643a0398ebcfe9fd53d1b37fb0837d4db08a23af) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/vulkan/vulkan-samples_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
index 972173ef50..503b058101 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 \
11 " 11 "
12 12
13UPSTREAM_CHECK_COMMITS = "1" 13UPSTREAM_CHECK_COMMITS = "1"
14SRCREV = "47c5237be21209afc945e43d03ae409fa80a0155" 14SRCREV = "43ee480644a20dbc8d4983b22578068f8bed7571"
15 15
16UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" 16UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for"
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
@@ -32,3 +32,6 @@ EXTRA_OECMAKE += "-DCMAKE_DEBUG_SRCDIR=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${P
32# from some builds depending on the point the PCH was compiled. Disable it to be 32# from some builds depending on the point the PCH was compiled. Disable it to be
33# deterministic 33# deterministic
34EXTRA_OECMAKE += "-DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON" 34EXTRA_OECMAKE += "-DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON"
35
36# This needs to be specified explicitly to avoid xcb/xlib dependencies
37EXTRA_OECMAKE += "-DVKB_WSI_SELECTION=D2D"