Revision 21d8334...

Go back to digest for 24th July 2011

Features in KDE Base

Martin Gräßlin committed changes in [kde-workspace] kwin/CMakeLists.txt:

Build an additional kwin_gles binary

KWin gets compiled twice if OpenGL ES is available
and a second binary is created. It is linked against
the GLES effects and kwinglesutils and does not link
against OpenGL. The normal OpenGL variant is still
the "kwin" binary.

This is an intermediate step till we have the scene
as a loadable plugin. Then we will determine whether
OpenGL ES is supported in an external application
and load it as a plugin, otherwise we load the
OpenGL/GLX scene as a plugin.

REVIEW: 101979

File Changes

Modified 1 files
  • kwin/CMakeLists.txt
1 files changed in total