fix drivers

This commit is contained in:
akdengi 2013-12-16 18:53:31 +04:00
parent b7b522b908
commit 4d5f4ada9f

View file

@ -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 \