SHA256
1
0
forked from pool/Mesa

Accepting request 156950 from X11:XOrg

- only enable swrast for aarch64 for now (forwarded request 156884 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/156950
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=169
This commit is contained in:
Stephan Kulow 2013-03-01 12:57:13 +00:00 committed by Git OBS Bridge
commit 63c7d4e913
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 28 18:07:05 UTC 2013 - dmueller@suse.com
- only enable swrast for aarch64 for now
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 26 23:23:46 UTC 2013 - stefan.bruens@rwth-aachen.de Tue Feb 26 23:23:46 UTC 2013 - stefan.bruens@rwth-aachen.de

View File

@ -539,7 +539,7 @@ autoreconf -fi
--enable-glx-tls \ --enable-glx-tls \
%endif %endif
--with-dri-searchpath=/usr/%{_lib}/dri/updates:/usr/%{_lib}/dri \ --with-dri-searchpath=/usr/%{_lib}/dri/updates:/usr/%{_lib}/dri \
%ifarch %arm %ix86 x86_64 %ifarch armv7hl %ix86 x86_64
--enable-gallium-llvm \ --enable-gallium-llvm \
--with-dri-drivers=i915,i965,nouveau,r200,radeon \ --with-dri-drivers=i915,i965,nouveau,r200,radeon \
--with-gallium-drivers=r300,r600,nouveau,swrast,svga \ --with-gallium-drivers=r300,r600,nouveau,swrast,svga \
@ -550,7 +550,7 @@ autoreconf -fi
--with-dri-drivers=nouveau,r200,radeon \ --with-dri-drivers=nouveau,r200,radeon \
--with-gallium-drivers=r300,r600,nouveau,swrast \ --with-gallium-drivers=r300,r600,nouveau,swrast \
%endif %endif
%ifarch s390 s390x %arm %ifarch s390 s390x armv5tel aarch64
--with-dri-drivers=swrast \ --with-dri-drivers=swrast \
--with-gallium-drivers="" \ --with-gallium-drivers="" \
%endif %endif
@ -628,7 +628,7 @@ install -m 644 $RPM_SOURCE_DIR/drirc $RPM_BUILD_ROOT/etc
%postun -n libgbm1 -p /sbin/ldconfig %postun -n libgbm1 -p /sbin/ldconfig
%ifnarch s390 s390x %arm %ifnarch s390 s390x %arm aarch64
%post -n libxatracker1 -p /sbin/ldconfig %post -n libxatracker1 -p /sbin/ldconfig
@ -760,7 +760,7 @@ install -m 644 $RPM_SOURCE_DIR/drirc $RPM_BUILD_ROOT/etc
%_libdir/libgbm.so %_libdir/libgbm.so
%_libdir/pkgconfig/gbm.pc %_libdir/pkgconfig/gbm.pc
%ifnarch s390 s390x %arm ppc ppc64 %ifnarch s390 s390x %arm ppc ppc64 aarch64
%files -n libxatracker1 %files -n libxatracker1
%defattr(-,root,root) %defattr(-,root,root)