Accepting request 50126 from X11:XOrg

Copy from X11:XOrg/Mesa based on submit request 50126 from user sndirsch

OBS-URL: https://build.opensuse.org/request/show/50126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=100
This commit is contained in:
OBS User autobuild 2010-10-11 09:57:51 +00:00 committed by Git OBS Bridge
commit 6a3a40a2f2
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 8 21:35:56 CEST 2010 - meissner@suse.de
- --enable-gallium-nouveau also for PowerPC.
-------------------------------------------------------------------
Thu Oct 7 07:35:31 UTC 2010 - sndirsch@novell.com

View File

@ -22,7 +22,7 @@
%define _version 7.9
Version: 7.9
Release: 3
Release: 4
Name: Mesa
BuildRequires: gcc-c++ libdrm-devel libexpat-devel pkgconfig python-base xorg-x11-devel
@ -175,6 +175,9 @@ autoreconf -fi
%else
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,tdfx,unichrome,swrast \
%endif
%if %enable_nouveau
--enable-gallium-nouveau \
%endif
%endif
%ifarch s390 s390x
--with-dri-drivers=swrast \