SHA256
1
0
forked from pool/Mesa

Accepting request 352351 from home:Andreas_Schwab:Factory

- Enable swrast gallium driver on s390/aarch64
- Exclude Mesa-libva on s390/s390x/aarch64

OBS-URL: https://build.opensuse.org/request/show/352351
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=494
This commit is contained in:
Stefan Dirsch 2016-01-07 11:04:59 +00:00 committed by Git OBS Bridge
parent 9c2a178cae
commit 17eabf8219
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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -618,7 +618,7 @@ autoreconf -fvi
%endif
%ifarch s390 aarch64
--with-dri-drivers=swrast \
--with-gallium-drivers="" \
--with-gallium-drivers=swrast \
%endif
%ifarch s390x
--enable-xa \
@ -938,9 +938,11 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \
%{_libdir}/libMesaOpenCL.so*
%endif
%ifnarch s390 s390x aarch64
%files libva
%defattr(-,root,root)
%dir %{_libdir}/dri
%{_libdir}/dri/*_drv_video.so
%endif
%changelog