diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2010-06-18 23:25:40 +0800 |
---|---|---|
committer | Sam Spilsbury <smspillaz@gmail.com> | 2010-06-18 23:25:40 +0800 |
commit | 89e1a88c09957a602ed083db21f9b500f6724ca5 (patch) | |
tree | f469e9590eb5646a8403c2b531e7c2612162f8f5 /kde | |
parent | a9f8816428d6c5cb3de9bcb63fdfd781c0cf7ab8 (diff) | |
download | zcomp-89e1a88c09957a602ed083db21f9b500f6724ca5.tar.gz zcomp-89e1a88c09957a602ed083db21f9b500f6724ca5.tar.bz2 |
Kill debug messages
Diffstat (limited to 'kde')
-rw-r--r-- | kde/window-decorator-kde4/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kde/window-decorator-kde4/CMakeLists.txt b/kde/window-decorator-kde4/CMakeLists.txt index 083e25c..6e7e95e 100644 --- a/kde/window-decorator-kde4/CMakeLists.txt +++ b/kde/window-decorator-kde4/CMakeLists.txt @@ -18,8 +18,6 @@ if (USE_KDE4) qt4_add_dbus_adaptor (kwd4_SRCS org.kde.KWin.xml decorator.h KWD::Decorator kwinadaptor) pkg_check_modules (KWD4 REQUIRED xdamage xrender xcomposite xext) - - message ("libraries are " ${KWD4_LIBARIES}) link_directories( ${KWD4_LIBRARY_DIRS} |