Merge pull request #302517 from Scrumplex/pkgs/gamescope/pin-wlr

gamescope: pin to wlroots_0_17
This commit is contained in:
rewine 2024-04-08 22:30:02 +08:00 committed by GitHub
commit 8b28d2cfd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 2 deletions

View File

@ -1792,14 +1792,18 @@ with pkgs;
libgamemode32 = pkgsi686Linux.gamemode.lib;
};
gamescope = callPackage ../applications/window-managers/gamescope {
gamescope = callPackage ../by-name/ga/gamescope/package.nix {
enableExecutable = true;
enableWsi = false;
wlroots = wlroots_0_17;
};
gamescope-wsi = callPackage ../applications/window-managers/gamescope {
gamescope-wsi = callPackage ../by-name/ga/gamescope/package.nix {
enableExecutable = false;
enableWsi = true;
wlroots = wlroots_0_17;
};
gay = callPackage ../tools/misc/gay { };