mirror of
https://github.com/openwrt/video.git
synced 2026-07-12 22:44:52 +04:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user