Merge pull request #238923 from NickCao/gamescope
This commit is contained in:
commit
c8b7f5e7ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user