Update meson options and nomenclature
This commit is contained in:
parent
26ef46f507
commit
a8d9dcff3f
29
mesa.spec
29
mesa.spec
@ -325,8 +325,8 @@ cp %{SOURCE1} docs/
|
|||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
|
|
||||||
%meson \
|
%meson \
|
||||||
-Dplatforms=x11,wayland,drm,surfaceless \
|
-Dplatforms=x11,wayland \
|
||||||
-Ddri3=true \
|
-Ddri3=enabled \
|
||||||
-Ddri-drivers=%{?dri_drivers} \
|
-Ddri-drivers=%{?dri_drivers} \
|
||||||
-Dosmesa=gallium \
|
-Dosmesa=gallium \
|
||||||
%if 0%{?with_hardware}
|
%if 0%{?with_hardware}
|
||||||
@ -334,27 +334,27 @@ cp %{SOURCE1} docs/
|
|||||||
%else
|
%else
|
||||||
-Dgallium-drivers=swrast,virgl \
|
-Dgallium-drivers=swrast,virgl \
|
||||||
%endif
|
%endif
|
||||||
-Dgallium-vdpau=%{?with_vdpau:true}%{!?with_vdpau:false} \
|
-Dgallium-vdpau=%{?with_vdpau:enabled}%{!?with_vdpau:disabled} \
|
||||||
-Dgallium-xvmc=false \
|
-Dgallium-xvmc=disabled \
|
||||||
-Dgallium-omx=%{?with_omx:bellagio}%{!?with_omx:disabled} \
|
-Dgallium-omx=%{?with_omx:bellagio}%{!?with_omx:disabled} \
|
||||||
-Dgallium-va=%{?with_vaapi:true}%{!?with_vaapi:false} \
|
-Dgallium-va=%{?with_vaapi:enabled}%{!?with_vaapi:disabled} \
|
||||||
-Dgallium-xa=%{?with_xa:true}%{!?with_xa:false} \
|
-Dgallium-xa=%{?with_xa:enabled}%{!?with_xa:disabled} \
|
||||||
-Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \
|
-Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \
|
||||||
-Dgallium-opencl=%{?with_opencl:icd}%{!?with_opencl:disabled} \
|
-Dgallium-opencl=%{?with_opencl:icd}%{!?with_opencl:disabled} \
|
||||||
-Dvulkan-drivers=%{?vulkan_drivers} \
|
-Dvulkan-drivers=%{?vulkan_drivers} \
|
||||||
-Dvulkan-device-select-layer=true \
|
-Dvulkan-device-select-layer=true \
|
||||||
-Dshared-glapi=true \
|
-Dshared-glapi=enabled \
|
||||||
-Dgles1=false \
|
-Dgles1=disabled \
|
||||||
-Dgles2=true \
|
-Dgles2=enabled \
|
||||||
-Dopengl=true \
|
-Dopengl=true \
|
||||||
-Dgbm=true \
|
-Dgbm=enabled \
|
||||||
-Dglx=dri \
|
-Dglx=dri \
|
||||||
-Degl=true \
|
-Degl=enabled \
|
||||||
-Dglvnd=true \
|
-Dglvnd=true \
|
||||||
-Dasm=%{?with_asm:true}%{!?with_asm:false} \
|
-Dasm=%{?with_asm:true}%{!?with_asm:false} \
|
||||||
-Dllvm=true \
|
-Dllvm=enabled \
|
||||||
-Dshared-llvm=true \
|
-Dshared-llvm=enabled \
|
||||||
-Dvalgrind=%{?with_valgrind:true}%{!?with_valgrind:false} \
|
-Dvalgrind=%{?with_valgrind:enabled}%{!?with_valgrind:disabled} \
|
||||||
-Dbuild-tests=false \
|
-Dbuild-tests=false \
|
||||||
-Dselinux=true \
|
-Dselinux=true \
|
||||||
%{nil}
|
%{nil}
|
||||||
@ -585,6 +585,7 @@ popd
|
|||||||
%changelog
|
%changelog
|
||||||
* Sat Nov 28 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 20.2.3-2
|
* Sat Nov 28 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 20.2.3-2
|
||||||
- Cleanup vulkan conditionals
|
- Cleanup vulkan conditionals
|
||||||
|
- Update meson options and nomenclature
|
||||||
|
|
||||||
* Tue Nov 24 2020 Pete Walter <pwalter@fedoraproject.org> - 20.2.3-1
|
* Tue Nov 24 2020 Pete Walter <pwalter@fedoraproject.org> - 20.2.3-1
|
||||||
- Update to 20.2.3
|
- Update to 20.2.3
|
||||||
|
Loading…
Reference in New Issue
Block a user