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:
parent
c68c349676
commit
6559d3165b
@ -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
|
Fri Jan 18 17:04:12 UTC 2013 - rbrownccb@opensuse.org
|
||||||
- Add requires for Mesa to Mesa-libGL1 in baselibs.conf
|
- Add requires for Mesa to Mesa-libGL1 in baselibs.conf
|
||||||
|
@ -54,7 +54,7 @@ BuildRequires: pkgconfig(xdamage)
|
|||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
BuildRequires: pkgconfig(xfixes)
|
BuildRequires: pkgconfig(xfixes)
|
||||||
BuildRequires: pkgconfig(xxf86vm)
|
BuildRequires: pkgconfig(xxf86vm)
|
||||||
%ifarch %ix86 x86_64
|
%ifarch %arm %ix86 x86_64
|
||||||
BuildRequires: llvm-devel
|
BuildRequires: llvm-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libXvMC-devel
|
BuildRequires: libXvMC-devel
|
||||||
@ -502,7 +502,7 @@ autoreconf -fi
|
|||||||
--enable-glx-tls \
|
--enable-glx-tls \
|
||||||
%endif
|
%endif
|
||||||
--with-dri-searchpath=/usr/%{_lib}/dri/updates:/usr/%{_lib}/dri \
|
--with-dri-searchpath=/usr/%{_lib}/dri/updates:/usr/%{_lib}/dri \
|
||||||
%ifarch %ix86 x86_64
|
%ifarch %arm %ix86 x86_64
|
||||||
--enable-gallium-llvm \
|
--enable-gallium-llvm \
|
||||||
--with-dri-drivers=i915,i965,nouveau,r200,radeon \
|
--with-dri-drivers=i915,i965,nouveau,r200,radeon \
|
||||||
--with-gallium-drivers=r300,r600,nouveau,swrast,svga \
|
--with-gallium-drivers=r300,r600,nouveau,swrast,svga \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user