Skip to content

Commit

Permalink
sync?
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Sep 29, 2024
1 parent fa36645 commit f54d9f4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions anda/lib/mesa/terra-mesa.spec
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ Obsoletes: mesa-vulkan-devel < %{?epoch:%{epoch}:}%{version}-%{release}
The drivers with support for the Vulkan API.

%prep
%autosetup -n %{srcname}-%{ver} -p1
%autosetup -n %{name}-%{ver} -p1
cp %{SOURCE1} docs/

%build
Expand Down Expand Up @@ -466,7 +466,6 @@ export MESON_PACKAGE_CACHE_DIR="%{cargo_registry}/"
-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} \
Expand All @@ -475,7 +474,6 @@ export MESON_PACKAGE_CACHE_DIR="%{cargo_registry}/"
%if 0%{?with_opencl}
-Dgallium-rusticl=true \
%endif
-Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec,av1dec,av1enc,vp9dec \
-Dvulkan-drivers=%{?vulkan_drivers} \
-Dvulkan-layers=device-select \
-Dshared-glapi=enabled \
Expand Down Expand Up @@ -509,7 +507,6 @@ export MESON_PACKAGE_CACHE_DIR="%{cargo_registry}/"
%{nil}
%meson_build


%install
%meson_install

Expand Down

0 comments on commit f54d9f4

Please sign in to comment.