Skip to content

Commit

Permalink
fix: gamescope package
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Jul 20, 2024
1 parent 5a35b71 commit 8e15a1e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 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: 3 additions & 3 deletions anda/games/gamescope/terra-gamescope.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name: terra-gamescope
Version: 100.%{gamescope_tag}
Release: 1%?dist
Release: 2%?dist
Summary: Micro-compositor for video games on Wayland

License: BSD
Expand Down Expand Up @@ -89,8 +89,8 @@ 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} = %{version}-%{release}
Requires: %{name}(x86-32) = %{version}-%{release}
Recommends: mesa-dri-drivers
Recommends: mesa-vulkan-drivers

Expand Down
8 changes: 8 additions & 0 deletions anda/lib/terra-mesa/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
project pkg {
rpm {
spec = "terra-mesa.spec"
}
labels {
multilib = 1
}
}

0 comments on commit 8e15a1e

Please sign in to comment.