mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user