Skip to content

Commit

Permalink
feat: rename terra-mesa to mesa because it's literally in terra-extras (
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Dec 10, 2024
1 parent 81a0cd8 commit 6049308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions anda/lib/mesa/anda.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project pkg {
rpm {
spec = "terra-mesa.spec"
rpm {
spec = "mesa.spec"
}
labels {
multilib = 1
Expand Down
2 changes: 1 addition & 1 deletion anda/lib/mesa/terra-mesa.spec → anda/lib/mesa/mesa.spec
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

%global vulkan_drivers swrast,virtio%{?base_vulkan}%{?intel_platform_vulkan}%{?extra_platform_vulkan}%{?with_nvk:,nouveau}
%global vulkan_drivers swrast%{?base_vulkan}%{?intel_platform_vulkan}%{?extra_platform_vulkan}%{?with_nvk:,nouveau}
Name: terra-%{srcname}
Name: %{srcname}
Summary: Mesa graphics libraries
%global ver 24.3.1
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Expand Down

0 comments on commit 6049308

Please sign in to comment.