All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH 8/8] vulkan-samples: update to latest revision
Date: Fri, 23 Jul 2021 00:45:08 +0200	[thread overview]
Message-ID: <20210722224508.51967-8-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20210722224508.51967-1-alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-graphics/vulkan/vulkan-samples_git.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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 \
            "
 
 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"
-- 
2.31.1


      parent reply	other threads:[~2021-07-22 22:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-22 22:45 [PATCH 1/8] llvm: update 12.0.0 -> 12.0.1 Alexander Kanavin
2021-07-22 22:45 ` [PATCH 2/8] systemd: update 248.3 -> 249.1 Alexander Kanavin
2021-07-29 13:37   ` [OE-core] " Martin Jansa
2021-07-22 22:45 ` [PATCH 3/8] cmake: update 3.20.5 -> 3.21.0 Alexander Kanavin
2021-07-22 22:45 ` [PATCH 4/8] python3-testools: update 2.4.0 -> 2.5.0 Alexander Kanavin
2021-07-22 22:45 ` [PATCH 5/8] mtools: update 4.0.32 -> 4.0.33 Alexander Kanavin
2021-07-24 10:49   ` [OE-core] " Alexandre Belloni
2021-07-26 10:41     ` Alexander Kanavin
2021-07-22 22:45 ` [PATCH 6/8] libuv: update 1.41.0 -> 1.42.0 Alexander Kanavin
2021-07-22 22:45 ` [PATCH 7/8] gnu-config: update to latest revision Alexander Kanavin
2021-07-22 22:45 ` Alexander Kanavin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210722224508.51967-8-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.