Bug 154766 - kscreensavers are not linked against libGLU
Summary: kscreensavers are not linked against libGLU
Status: RESOLVED FIXED
Alias: None
Product: kscreensaver
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kscreensaver bugs tracking
URL:
Keywords:
: 148396 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-12-28 17:26 UTC by Armin Berres
Modified: 2008-05-19 17:59 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Fixes build failure (4.12 KB, patch)
2007-12-28 17:27 UTC, Armin Berres
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Armin Berres 2007-12-28 17:26:41 UTC
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.
Comment 1 Armin Berres 2007-12-28 17:27:29 UTC
Created attachment 22736 [details]
Fixes build failure
Comment 2 Urs Wolfer 2007-12-28 17:41:52 UTC
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
Comment 3 Oswald Buddenhagen 2008-01-02 22:02:10 UTC
*** Bug 148396 has been marked as a duplicate of this bug. ***