commit b6e488209f0bcec2e827ed1716dbe400d88b542d
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Tue Nov 12 17:24:23 2024 +0100
avoid "meson.build:4:0: ERROR: Unknown options: "gallium-omx""
error
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
mesa-freeworld.spec | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 88ca8ac..b29e658 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -15,7 +15,6 @@ algorithms and decoding only VC1 algorithm.
#%%if 0%%{?with_vulkan_hw}
%global with_nvk %{with_vulkan_hw}
#%%endif
-%global with_omx 0
%global with_opencl 0
%endif
#%%global base_vulkan %%{?with_vulkan_hw:,amd}%%{!?with_vulkan_hw:%%{nil}}
@@ -137,9 +136,6 @@ BuildRequires: pkgconfig(vdpau) >= 1.1
%if 0%{?with_va}
BuildRequires: pkgconfig(libva) >= 0.38.0
%endif
-%if 0%{?with_omx}
-BuildRequires: pkgconfig(libomxil-bellagio)
-%endif
BuildRequires: pkgconfig(libelf)
BuildRequires: pkgconfig(libglvnd) >= 1.3.2
BuildRequires: llvm-devel >= 7.0.0
@@ -233,7 +229,6 @@ export RUSTFLAGS="%build_rustflags"
-Dgallium-drivers=swrast,virgl \
%endif
-Dgallium-vdpau=%{?with_vdpau:enabled}%{!?with_vdpau:disabled} \
- -Dgallium-omx=%{!?with_omx:bellagio}%{?with_omx:disabled} \
-Dgallium-va=%{?with_va:enabled}%{!?with_va:disabled} \
-Dgallium-xa=%{!?with_xa:enabled}%{?with_xa:disabled} \
-Dgallium-nine=%{!?with_nine:true}%{?with_nine:false} \
@@ -354,6 +349,7 @@ rm -fr
%{buildroot}%{_libdir}{,/dri-freeworld}/libVkLayer_MESA_device_select.so
%changelog
* Tue Nov 12 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.3.0~rc1-1
- Update to 24.3.0-rc1
+- Drop unneeded omx support
* Thu Oct 31 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.2.6-1
- Update to 24.2.6
Show replies by date