SHA256
1
0
forked from pool/Mesa

- added configure options "--enable-gbm --enable-glx-tls" (required

for glamor support)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=220
This commit is contained in:
Stefan Dirsch 2012-05-26 22:31:19 +00:00 committed by Git OBS Bridge
parent 0944ee90cb
commit c04607e012
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat May 26 22:29:41 UTC 2012 - sndirsch@suse.com
- added configure options "--enable-gbm --enable-glx-tls" (required
for glamor support)
-------------------------------------------------------------------
Fri May 25 15:57:25 UTC 2012 - meissner@suse.com

View File

@ -16,6 +16,8 @@
#
%define glamor 1
#
%define _version 8.0.3
%define _name_archive mesa
@ -412,6 +414,10 @@ autoreconf -fi
--enable-shared-dricore \
--enable-xa \
--enable-texture-float \
%if %glamor
--enable-gbm \
--enable-glx-tls \
%endif
--with-dri-searchpath=/usr/%{_lib}/dri/updates:/usr/%{_lib}/dri \
%ifarch %ix86 x86_64
--enable-gallium-llvm \