diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-08-01 08:38:04 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-01 13:18:42 -0700 |
commit | b3304d44a40147b5f1bc1380a1a4d93cd80d1988 (patch) | |
tree | 0b412e5c8dcb4bbd0c33b6b3b8100ecdfd7c9667 | |
parent | aa55f5572164678bd159508fec4be6e7b6cad7a4 (diff) | |
download | meta-freescale-b3304d44a40147b5f1bc1380a1a4d93cd80d1988.tar.gz |
vulkan-loader: Do not limit to x11 or wayland
as long as vulkan is part of distro features this should work. this also
ensures that build works when using eglfs with opengl instead
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-downgrade/vulkan/vulkan-loader_1.2.182.0.imx.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-downgrade/vulkan/vulkan-loader_1.2.182.0.imx.bb b/recipes-downgrade/vulkan/vulkan-loader_1.2.182.0.imx.bb index e7b38222..92bb241f 100644 --- a/recipes-downgrade/vulkan/vulkan-loader_1.2.182.0.imx.bb +++ b/recipes-downgrade/vulkan/vulkan-loader_1.2.182.0.imx.bb | |||
@@ -18,7 +18,6 @@ S = "${WORKDIR}/git" | |||
18 | REQUIRED_DISTRO_FEATURES = "vulkan" | 18 | REQUIRED_DISTRO_FEATURES = "vulkan" |
19 | 19 | ||
20 | inherit cmake features_check pkgconfig | 20 | inherit cmake features_check pkgconfig |
21 | ANY_OF_DISTRO_FEATURES = "x11 wayland" | ||
22 | 21 | ||
23 | DEPENDS += "vulkan-headers" | 22 | DEPENDS += "vulkan-headers" |
24 | 23 | ||