Accepting request 352422 from X11:XOrg

1

OBS-URL: https://build.opensuse.org/request/show/352422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=258
This commit is contained in:
Dominique Leuenberger 2016-01-09 22:09:44 +00:00 committed by Git OBS Bridge
commit 6b8c1ee262
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 6 14:00:51 UTC 2016 - schwab@suse.de
- Enable swrast gallium driver on s390/aarch64
- Exclude Mesa-libva on s390/s390x/aarch64
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 20 05:03:08 UTC 2015 - jimmy@boombatower.com Sun Dec 20 05:03:08 UTC 2015 - jimmy@boombatower.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package Mesa # spec file for package Mesa
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -618,7 +618,7 @@ autoreconf -fvi
%endif %endif
%ifarch s390 aarch64 %ifarch s390 aarch64
--with-dri-drivers=swrast \ --with-dri-drivers=swrast \
--with-gallium-drivers="" \ --with-gallium-drivers=swrast \
%endif %endif
%ifarch s390x %ifarch s390x
--enable-xa \ --enable-xa \
@ -938,9 +938,11 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \
%{_libdir}/libMesaOpenCL.so* %{_libdir}/libMesaOpenCL.so*
%endif %endif
%ifnarch s390 s390x aarch64
%files libva %files libva
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_libdir}/dri %dir %{_libdir}/dri
%{_libdir}/dri/*_drv_video.so %{_libdir}/dri/*_drv_video.so
%endif
%changelog %changelog