Merge pull request #238923 from NickCao/gamescope

This commit is contained in:
Artturi 2023-06-23 21:53:54 +03:00 committed by GitHub
commit c8b7f5e7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@
, vulkan-loader
, vulkan-headers
, wayland
, wayland-scanner
, wayland-protocols
, libxkbcommon
, libcap
@ -79,10 +80,18 @@ stdenv.mkDerivation {
})
];
strictDeps = true;
depsBuildBuild = [
pkg-config
];
nativeBuildInputs = [
meson
pkg-config
ninja
wayland-scanner
glslang
makeBinaryWrapper
];
@ -100,7 +109,6 @@ stdenv.mkDerivation {
libliftoff
vulkan-loader
vulkan-headers
glslang
SDL2
wayland
wayland-protocols