diff --git a/anda/games/gamescope/anda.hcl b/anda/games/gamescope/anda.hcl index 8986e2c381..cd18050ddc 100644 --- a/anda/games/gamescope/anda.hcl +++ b/anda/games/gamescope/anda.hcl @@ -2,4 +2,7 @@ project pkg { rpm { spec = "terra-gamescope.spec" } + labels { + multilib = 1 + } } diff --git a/anda/games/gamescope/terra-gamescope.spec b/anda/games/gamescope/terra-gamescope.spec index b4fff02195..24ba3a8b0d 100644 --- a/anda/games/gamescope/terra-gamescope.spec +++ b/anda/games/gamescope/terra-gamescope.spec @@ -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 @@ -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 diff --git a/anda/lib/terra-mesa/anda.hcl b/anda/lib/terra-mesa/anda.hcl new file mode 100644 index 0000000000..af5014e03b --- /dev/null +++ b/anda/lib/terra-mesa/anda.hcl @@ -0,0 +1,8 @@ +project pkg { + rpm { + spec = "terra-mesa.spec" + } + labels { + multilib = 1 + } +}