We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d2781a + a41fc99 commit 23fe595Copy full SHA for 23fe595
recipes-graphics/vulkan/vulkan-wsi-layer_git.bb
@@ -11,6 +11,8 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git;protocol=https
11
file://0003-Update-minimum-version-of-CMake.patch"
12
SRCREV = "cb1a50cf7e640ad7306e673131ded98c0f133628"
13
14
+S = "${WORKDIR}/git"
15
+
16
inherit cmake pkgconfig
17
18
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', 'headless', d)}"
0 commit comments