Skip to content

Commit

Permalink
vulkan-loader: Do not limit to x11 or wayland
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kraj committed Aug 1, 2023
1 parent aa55f55 commit b3304d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes-downgrade/vulkan/vulkan-loader_1.2.182.0.imx.bb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ S = "${WORKDIR}/git"
REQUIRED_DISTRO_FEATURES = "vulkan"

inherit cmake features_check pkgconfig
ANY_OF_DISTRO_FEATURES = "x11 wayland"

DEPENDS += "vulkan-headers"

Expand Down

0 comments on commit b3304d4

Please sign in to comment.