vkmark: build with wayland support

We are missing wayland-scanner dependency, as we don't explicitly
specify what features should be enabled and what not, meson fails back
to autodetecting.
This commit is contained in:
Artur Kowalski
2026-08-17 14:39:31 +02:00
parent 4ab1656553
commit c3efa9c3f3

View File

@@ -8,6 +8,7 @@
vulkan-headers,
vulkan-loader,
libgbm,
wayland-scanner,
wayland-protocols,
wayland,
glm,
@@ -37,6 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
meson
ninja
pkg-config
wayland-scanner
];
buildInputs = [
vulkan-headers