vkmark: fix build if Vulkan is present on host

Make sure to not pick up host headers and libraries by setting
CMAKE_PREFIX_PATH.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2026-05-26 12:45:44 +01:00
parent 0eb9f1b9ee
commit d47edc891a
+2
View File
@@ -32,6 +32,8 @@ define Package/vkmark/description
vkmark is an extensible Vulkan benchmarking suite with targeted, configurable scenes.
endef
MESON_VARS += CMAKE_PREFIX_PATH=$(STAGING_DIR)/usr
MESON_ARGS += \
-Dxcb=false \
-Dwayland=true \