Summary: | Compilation with GLES fails if OpenGL is not available | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Martin Flöser <mgraesslin> |
Component: | core | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.8.2 | ||
Target Milestone: | 4.8.3 | ||
Platform: | unspecified | ||
OS: | Linux | ||
URL: | https://git.reviewboard.kde.org/r/104558 | ||
Latest Commit: | Version Fixed In: | 4.8.3 | |
Sentry Crash Report: |
Description
Martin Flöser
2012-04-14 19:44:43 UTC
Git commit 1554ba408633397066d31c3d565c217b5a385fb8 by Michael Palimaka. Committed on 14/04/2012 at 20:55. Pushed by palimaka into branch 'KDE/4.8'. Fix KWin build failure when OpenGL is disabled and OpenGLES is enabled. Some old restructuring caused -DKWIN_HAVE_OPENGLES to no longer be passed to the compiler, causing OpenGL-specific code to be built while the libraries to link it were not available. REVIEW: 104558 M +2 -2 kwin/effects/CMakeLists.txt M +4 -4 kwin/kcmkwin/kwincompositing/CMakeLists.txt M +4 -4 kwin/kcmkwin/kwinscreenedges/CMakeLists.txt http://commits.kde.org/kde-workspace/1554ba408633397066d31c3d565c217b5a385fb8 |