Skip to content

Commit

Permalink
fix: gamescope package (#1593)
Browse files Browse the repository at this point in the history
* fix: gamescope package

* remove mesa from stash

* fix spec again
  • Loading branch information
korewaChino authored Jul 20, 2024
1 parent ab55e71 commit 675951d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions anda/games/gamescope/anda.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ project pkg {
rpm {
spec = "terra-gamescope.spec"
}
labels {
multilib = 1
}
}
6 changes: 4 additions & 2 deletions anda/games/gamescope/terra-gamescope.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 675951d

Please sign in to comment.