feat(session-select): Add support for OpenGamepadUI

This commit is contained in:
RJ Trujillo 2023-10-30 16:08:15 -06:00
parent e4fe829b25
commit 502872d8dd
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Summary: Gamescope session for OpenGamepadUI
URL: https://github.com/ublue-os/bazzite
License: GPLv3
Source: https://github.com/ShadowBlip/OpenGamepadUI-session/archive/refs/heads/main.tar.gz
Source: https://github.com/ShadowBlip/gamescope-session-opengamepadui/archive/refs/heads/main.tar.gz
Patch0: session-select.patch
BuildArch: noarch

View File

@ -104,6 +104,9 @@ case "$session" in
session_launcher="gamescope-session.desktop"
create_sentinel=1
;;
opengamepadui)
session_launcher="gamescope-session-opengamepadui.desktop"
;;
*)
echo >&2 "!! Unrecognized session '$session'"
exit 1