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:
parent
9c2a178cae
commit
17eabf8219
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user