mirror of
https://abf.rosa.ru/djam/mesa.git
synced 2025-02-24 15:12:56 +00:00
fix drivers
This commit is contained in:
parent
b7b522b908
commit
4d5f4ada9f
1 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
|||
Summary: OpenGL 3.0 compatible 3D graphics library
|
||||
Name: mesa
|
||||
Version: 9.2.4
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: MIT
|
||||
Group: System/Libraries
|
||||
Url: http://www.mesa3d.org
|
||||
|
@ -651,12 +651,12 @@ export LDFLAGS="-L%{_libdir}/llvm"
|
|||
%if %{with opencl}
|
||||
--enable-opencl \
|
||||
--with-libclc-path=[/path/to/libclc/] \
|
||||
--enable-r600-llvm-compiler \
|
||||
%else
|
||||
--disable-opencl \
|
||||
%endif
|
||||
--with-dri-driverdir=%{_libdir}/dri \
|
||||
--with-dri-drivers="%{dri_drivers}" \
|
||||
--enable-r600-llvm-compiler \
|
||||
%if %{with vmware}
|
||||
--enable-xa \
|
||||
%endif
|
||||
|
@ -664,7 +664,7 @@ export LDFLAGS="-L%{_libdir}/llvm"
|
|||
--enable-gallium-llvm \
|
||||
--with-llvm-shared-libs \
|
||||
--enable-egl \
|
||||
--disable-gallium-egl \
|
||||
--enable-gallium-egl \
|
||||
--enable-gallium-gbm \
|
||||
--enable-gbm \
|
||||
--enable-gles1 \
|
||||
|
|
Loading…
Add table
Reference in a new issue