Accepting request 1246604 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1246604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glew?expand=0&rev=49
This commit is contained in:
Ana Guerrero 2025-02-18 18:09:08 +00:00 committed by Git OBS Bridge
commit e26e818724
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 18 09:21:49 UTC 2025 - Andreas Schneider <asn@cryptomilk.org>
- Add missing Require for libSM-devel (boo#1237276)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 7 10:29:38 UTC 2025 - Andreas Schneider <asn@cryptomilk.org> Tue Jan 7 10:29:38 UTC 2025 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -71,6 +71,7 @@ Requires: libGLEW%{so_ver} = %{version}
%if %{with egl} %if %{with egl}
Requires: pkgconfig(egl) Requires: pkgconfig(egl)
%endif %endif
Requires: pkgconfig(sm)
Requires: pkgconfig(x11) Requires: pkgconfig(x11)
Requires: pkgconfig(xproto) Requires: pkgconfig(xproto)
# Don't require GLU, because there is GLEW_NO_GLU option # Don't require GLU, because there is GLEW_NO_GLU option