Accepting request 139215 from home:thorstenbr:branches:multimedia:libs
"Nothing provides libX11(-devel)" for openSUSE <=12.1, so the package failed to install for earlier openSUSE versions. Patch also restores the OBS build of packages depending on glew. OBS-URL: https://build.opensuse.org/request/show/139215 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/glew?expand=0&rev=32
This commit is contained in:
parent
cee87cdec2
commit
bc94afa57d
@ -1,3 +1,7 @@
|
||||
Wed Oct 24 22:38:00 UTC 2012 - thorstenb@flightgear.org
|
||||
|
||||
- Fixed dependencies for openSUSE <= 12.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 24 22:46:35 UTC 2012 - adam@mizerski.pl
|
||||
|
||||
|
@ -58,8 +58,10 @@ functionality is exposed in a single header file.
|
||||
Summary: Development files for glew
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libGLEW%{so_ver} = %{version}
|
||||
%if %suse_version >= 1220
|
||||
# X11/Xlib.h X11/Xutil.h
|
||||
Requires: libX11-devel
|
||||
%endif
|
||||
# X11/Xmd.h
|
||||
Requires: xorg-x11-proto-devel
|
||||
# Don't require GLU, because there is GLEW_NO_GLU option
|
||||
|
Loading…
Reference in New Issue
Block a user