make the macro_log_message for compositing a little nicer
svn path=/trunk/KDE/kdebase/workspace/; revision=821279
This commit is contained in:
parent
88cbf98167
commit
b703dc91a5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ else( KWIN_HAVE_OPENGL_COMPOSITING OR KWIN_HAVE_XRENDER_COMPOSITING )
|
|||
set( KWIN_HAVE_COMPOSITING ) # unset
|
||||
endif( KWIN_HAVE_OPENGL_COMPOSITING OR KWIN_HAVE_XRENDER_COMPOSITING )
|
||||
|
||||
macro_log_feature(KWIN_HAVE_COMPOSITING "Compositing support" "XComposite and XDamage extensions and OpenGL or XRender with XFixes are required for KWin compositing support" "http://www.x.org/")
|
||||
macro_log_feature(KWIN_HAVE_COMPOSITING "Compositing support" "X11 Compositing support" "http://www.x.org/" FALSE "" "XComposite and XDamage extensions and OpenGL or XRender with XFixes are required for KWin compositing support")
|
||||
|
||||
macro_bool_to_01( OPENGL_FOUND KWIN_HAVE_OPENGL )
|
||||
|
||||
|
|
Loading…
Reference in a new issue