added enable-dri3 and checked other configuration settings [release 18.3.4-2mamba;Sun Mar 03 2019]
This commit is contained in:
parent
a9a6c4ef8f
commit
c315631df2
@ -11,7 +11,7 @@
|
|||||||
Name: Mesa
|
Name: Mesa
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 18.3.4
|
Version: 18.3.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A 3-D graphics library with an API which is very similar to that of OpenGL
|
Summary: A 3-D graphics library with an API which is very similar to that of OpenGL
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -353,6 +353,8 @@ sed -i 's|default_driver="xlib"|default_driver="dri"|' configure
|
|||||||
--enable-egl \
|
--enable-egl \
|
||||||
--enable-gles1 \
|
--enable-gles1 \
|
||||||
--enable-gles2 \
|
--enable-gles2 \
|
||||||
|
--enable-dri3 \
|
||||||
|
--with-glx=dri \
|
||||||
--with-platforms=x11,drm,wayland,surfaceless \
|
--with-platforms=x11,drm,wayland,surfaceless \
|
||||||
--enable-driglx-direct \
|
--enable-driglx-direct \
|
||||||
--enable-dri \
|
--enable-dri \
|
||||||
@ -373,7 +375,6 @@ sed -i 's|default_driver="xlib"|default_driver="dri"|' configure
|
|||||||
--enable-gallium-egl \
|
--enable-gallium-egl \
|
||||||
--disable-llvm \
|
--disable-llvm \
|
||||||
%else
|
%else
|
||||||
--enable-texture-float \
|
|
||||||
--enable-llvm \
|
--enable-llvm \
|
||||||
--enable-llvm-shared-libs \
|
--enable-llvm-shared-libs \
|
||||||
--with-gallium-drivers=nouveau,r300,r600,radeonsi,svga,swrast,virgl \
|
--with-gallium-drivers=nouveau,r300,r600,radeonsi,svga,swrast,virgl \
|
||||||
@ -747,6 +748,9 @@ sed -i "s|%{_prefix}/lib/libGL.la||" %{_libdir}/*.la
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 18.3.4-2mamba
|
||||||
|
- added enable-dri3 and checked other configuration settings
|
||||||
|
|
||||||
* Tue Feb 19 2019 Automatic Build System <autodist@mambasoft.it> 18.3.4-1mamba
|
* Tue Feb 19 2019 Automatic Build System <autodist@mambasoft.it> 18.3.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user