Accepting request 1173890 from home:Guillaume_G:Mesa
- Enable libvulkan_intel on arm OBS-URL: https://build.opensuse.org/request/show/1173890 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1285
This commit is contained in:
parent
289416652d
commit
0ca3204a68
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 07:22:05 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Enable libvulkan_intel on arm
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 20 12:23:09 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user