SHA256
1
0
forked from pool/Mesa

Accepting request 149372 from devel:Factory:ARM

- enable llvm backend also for ARM

OBS-URL: https://build.opensuse.org/request/show/149372
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=263
This commit is contained in:
Stefan Dirsch 2013-01-21 10:14:23 +00:00 committed by Git OBS Bridge
parent c68c349676
commit 6559d3165b
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 19 14:32:46 UTC 2013 - dmueller@suse.com
- enable llvm backend also for ARM
-------------------------------------------------------------------
Fri Jan 18 17:04:12 UTC 2013 - rbrownccb@opensuse.org
- Add requires for Mesa to Mesa-libGL1 in baselibs.conf

View File

@ -54,7 +54,7 @@ BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xfixes)
BuildRequires: pkgconfig(xxf86vm)
%ifarch %ix86 x86_64
%ifarch %arm %ix86 x86_64
BuildRequires: llvm-devel
%endif
BuildRequires: libXvMC-devel
@ -502,7 +502,7 @@ autoreconf -fi
--enable-glx-tls \
%endif
--with-dri-searchpath=/usr/%{_lib}/dri/updates:/usr/%{_lib}/dri \
%ifarch %ix86 x86_64
%ifarch %arm %ix86 x86_64
--enable-gallium-llvm \
--with-dri-drivers=i915,i965,nouveau,r200,radeon \
--with-gallium-drivers=r300,r600,nouveau,swrast,svga \