| Summary: | kscreensavers are not linked against libGLU | ||
|---|---|---|---|
| Product: | [Unmaintained] kscreensaver | Reporter: | Armin Berres <armin> |
| Component: | general | Assignee: | kscreensaver bugs tracking <kscreensaver-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | stevee |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Fixes build failure | ||
Created attachment 22736 [details]
Fixes build failure
SVN commit 753854 by uwolfer: Link kscreensavers against libGLU. Patch by Armin Berres, thanks. BUG: 154766 M +8 -8 CMakeLists.txt WebSVN link: http://websvn.kde.org/?view=rev&revision=753854 *** Bug 148396 has been marked as a duplicate of this bug. *** |
Version: (using KDE KDE 3.97.0) Installed from: Compiled From Sources Some of the screensavers use symbols from linGLU. The makefile checks for the existance of libGLU (OPENGL_GLU_FOUND), but doesn't link against libGLU (${QT_QTOPENGL_LIBRARY}). Building of these screensavers fails on Debian because of non-found symbols. The attached patch fixes the problem.