mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
Default to DRI libGL on all arches (#789402)
This commit is contained in:
parent
71d61b5b27
commit
4189d1ce8f
1 changed files with 8 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 8.0
|
||||
Release: 0.1%{?dist}
|
||||
Release: 0.2%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
|
@ -205,6 +205,10 @@ Mesa offscreen rendering development package
|
|||
|
||||
%build
|
||||
|
||||
# default to dri (not xlib) for libGL on all arches
|
||||
# XXX please fix upstream
|
||||
sed -i 's/^default_driver.*$/default_driver="dri"/' configure.ac
|
||||
|
||||
autoreconf --install
|
||||
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
|
@ -421,6 +425,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/pkgconfig/osmesa.pc
|
||||
|
||||
%changelog
|
||||
* Mon Feb 13 2012 Adam Jackson <ajax@redhat.com> 8.0-0.2
|
||||
- Default to DRI libGL on all arches (#789402)
|
||||
|
||||
* Thu Jan 26 2012 Dave Airlie <airlied@redhat.com> 8.0-0.1
|
||||
- initial 8.0 snapshot
|
||||
|
||||
|
|
Loading…
Reference in a new issue