SHA256
1
0
forked from pool/Mesa

Accepting request 261698 from home:tobijk:X11:XOrg

- Cleanup Spec:
  + smaller cleanups
  + Remove all traces of talloc, Mesa uses ralloc

OBS-URL: https://build.opensuse.org/request/show/261698
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=409
This commit is contained in:
Stefan Dirsch 2014-11-15 11:27:51 +00:00 committed by Git OBS Bridge
parent 37310fc756
commit ddffb72019
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Nov 14 18:26:31 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
- Cleanup Spec:
+ smaller cleanups
+ Remove all traces of talloc, Mesa uses ralloc
-------------------------------------------------------------------
Fri Nov 14 13:15:52 UTC 2014 - seanpwatson@live.com

View File

@ -67,7 +67,6 @@ BuildRequires: libelf-devel
%endif
BuildRequires: imake
BuildRequires: libexpat-devel
BuildRequires: libtalloc-devel
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: python-base
@ -527,9 +526,6 @@ rm -rf docs/README.{VMS,WIN32,OS2}
%patch18 -p1
%build
rm -f src/mesa/depend
export TALLOC_LIBS=-ltalloc
export TALLOC_CFLAGS="-I/usr/include"
%if 0%{?suse_version} >= 1310
egl_platforms=x11,drm,wayland
%else