forked from pool/freeglut
Accepting request 134788 from devel:libraries:c_c++
- in 12.3 libGLU is no longer part of Mesa OBS-URL: https://build.opensuse.org/request/show/134788 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeglut?expand=0&rev=28
This commit is contained in:
commit
4576565dc9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 18 07:46:35 UTC 2012 - coolo@suse.com
|
||||
|
||||
- in 12.3 libGLU is no longer part of Mesa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 13 15:09:10 UTC 2012 - mlin@suse.com
|
||||
|
||||
|
@ -33,6 +33,9 @@ BuildRequires: libdrm-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xorg-x11-devel
|
||||
%if 0%{?suse_version} > 1220
|
||||
BuildRequires: pkgconfig(glu)
|
||||
%endif
|
||||
Recommends: Mesa-demo-x
|
||||
Provides: mesaglut = 7.11
|
||||
Obsoletes: mesaglut < 7.11
|
||||
@ -76,6 +79,9 @@ Group: Development/Libraries/X11
|
||||
Requires: libglut3 = %{version}
|
||||
Requires: xorg-x11-Mesa-devel
|
||||
Requires: xorg-x11-devel
|
||||
%if 0%{?suse_version} > 1220
|
||||
Requires: pkgconfig(glu)
|
||||
%endif
|
||||
Provides: mesaglut-devel = 7.11
|
||||
Obsoletes: mesaglut-devel < 7.11
|
||||
# bug437293
|
||||
|
Loading…
x
Reference in New Issue
Block a user