fix: gamescope package (#1593) (#1595)

* fix: gamescope package

* remove mesa from stash

* fix spec again

(cherry picked from commit 675951d4e7)

Co-authored-by: Cappy Ishihara <cappy@cappuchino.xyz>
This commit is contained in:
Raboneko
2024-07-20 06:35:26 -07:00
committed by GitHub
parent 1ef6cab703
commit a3129f91dc
2 changed files with 7 additions and 2 deletions
+3
View File
@@ -2,4 +2,7 @@ project pkg {
rpm {
spec = "terra-gamescope.spec"
}
labels {
multilib = 1
}
}
+4 -2
View File
@@ -89,8 +89,10 @@ BuildRequires: git
# libliftoff hasn't bumped soname, but API/ABI has changed for 0.2.0 release
Requires: libliftoff%{?_isa} >= %{libliftoff_minver}
Requires: xorg-x11-server-Xwayland
Requires: gamescope-libs = %{version}-%{release}
Requires: gamescope-libs(x86-32) = %{version}-%{release}
Requires: %{name}-libs = %{version}-%{release}
%ifarch %{ix86}
Requires: %{name}-libs(x86-32) = %{version}-%{release}
%endif
Recommends: mesa-dri-drivers
Recommends: mesa-vulkan-drivers