From b703dc91a59b4dcbeecdcc6feda974285d1275fc Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Tue, 17 Jun 2008 00:43:34 +0000 Subject: [PATCH] make the macro_log_message for compositing a little nicer svn path=/trunk/KDE/kdebase/workspace/; revision=821279 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 14316ee405..2311a2f12b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )