summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-22 07:36:09 -0800
committerQuanxian Wang <quanxian.wang@intel.com>2014-05-21 17:07:50 +0800
commit3f47e9db05ef37498f877b609d270f0356be7473 (patch)
tree47c3b0742d06e11dc1e7b9cbe7f4debea789823c
parente017ae4a8c8b90f58282c813bd386cfb93f91e00 (diff)
downloadmesa-3f47e9db05ef37498f877b609d270f0356be7473.tar.gz
mesa-3f47e9db05ef37498f877b609d270f0356be7473.tar.bz2
mesa-3f47e9db05ef37498f877b609d270f0356be7473.zip
use swrast as dri driver
-rw-r--r--packaging/mesa.spec20
1 files changed, 10 insertions, 10 deletions
diff --git a/packaging/mesa.spec b/packaging/mesa.spec
index 6b5cbf8e100..b3c6a1982f8 100644
--- a/packaging/mesa.spec
+++ b/packaging/mesa.spec
@@ -242,7 +242,7 @@ please see Mesa-libGL1.
%package -n mesa-libIndirectGL-devel
Summary: Development Files for the free implementation of the OpenGL API
Group: Development/Libraries/C and C++
-Requires: mesa-libIndirectGL1 = %version
+Requires: mesa-libIndirectGL = %version
%description -n mesa-libIndirectGL-devel
This library provides a pure software rasterizer; it does not provide
@@ -378,8 +378,8 @@ autoreconf -fi
--with-dri-searchpath=/usr/%{_lib}/dri/updates:/usr/%{_lib}/dri \
%ifarch %ix86 x86_64
--enable-gallium-llvm \
- --with-dri-drivers=i915,i965 \
- --with-gallium-drivers=swrast,svga \
+ --with-dri-drivers=i915,i965,swrast \
+ --with-gallium-drivers="" \
--enable-xvmc \
%endif
%ifarch %arm
@@ -552,20 +552,20 @@ install -m 644 $RPM_SOURCE_DIR/drirc $RPM_BUILD_ROOT/etc
%files -n libxatracker
%defattr(-,root,root)
-%_libdir/libxatracker.so.1*
+#%_libdir/libxatracker.so.1*
%files -n libxatracker-devel
%defattr(-,root,root)
-%_includedir/xa_*.h
-%_libdir/libxatracker.so
-%_libdir/pkgconfig/xatracker.pc
+#%_includedir/xa_*.h
+#%_libdir/libxatracker.so
+#%_libdir/pkgconfig/xatracker.pc
%files -n libXvMC_softpipe
%defattr(-,root,root)
-%_libdir/libXvMCsoftpipe.so
-%_libdir/libXvMCsoftpipe.so.1
-%_libdir/libXvMCsoftpipe.so.1.0
+#%_libdir/libXvMCsoftpipe.so
+#%_libdir/libXvMCsoftpipe.so.1
+#%_libdir/libXvMCsoftpipe.so.1.0
%endif