diff --git a/Mesa.changes b/Mesa.changes index f3b71f3..5341222 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 14 07:22:05 UTC 2024 - Guillaume GARDET + +- Enable libvulkan_intel on arm + ------------------------------------------------------------------- Sat Apr 20 12:23:09 UTC 2024 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index 8415caf..5891e7e 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -76,7 +76,7 @@ %endif %ifarch %{arm} aarch64 %define with_vulkan 1 - %define vulkan_drivers swrast,amd,broadcom,freedreno + %define vulkan_drivers swrast,amd,broadcom,freedreno,intel,intel_hasvk %endif %ifarch riscv64 %define with_vulkan 1 @@ -238,7 +238,7 @@ BuildRequires: pkgconfig(libdrm_etnaviv) >= 2.4.89 BuildRequires: pkgconfig(libdrm_freedreno) >= 2.4.74 BuildRequires: pkgconfig(libelf) %endif -%ifarch x86_64 %{ix86} +%ifarch x86_64 %{ix86} aarch64 %{arm} BuildRequires: libelf-devel BuildRequires: pkgconfig(libdrm_intel) >= 2.4.75 %else @@ -1221,7 +1221,7 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %endif %if 0%{with_vulkan} -%ifarch %{ix86} x86_64 +%ifarch %{ix86} x86_64 aarch64 %{arm} %files -n libvulkan_intel %dir %{_datadir}/vulkan %dir %{_datadir}/vulkan/icd.d