[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kde-workspace] libs: Don't build ksysguard on Darwin systems.
From:       Kurt Hindenburg <kurt.hindenburg () gmail ! com>
Date:       2011-12-31 16:27:54
Message-ID: 20111231162754.5401FA60A6 () git ! kde ! org
[Download RAW message or body]

Git commit 8e8f801acf931632b1979c1d7dd2bf2e13126386 by Kurt Hindenburg.
Committed on 31/12/2011 at 17:26.
Pushed by hindenburg into branch 'master'.

Don't build ksysguard on Darwin systems.

Continuing to not build on Darwin/OSX Lion.

CCMAIL: johnflux@gmail.com
CCMAIL: ksysguard-bugs@kde.org

M  +3    -1    libs/CMakeLists.txt

http://commits.kde.org/kde-workspace/8e8f801acf931632b1979c1d7dd2bf2e13126386

diff --git a/libs/CMakeLists.txt b/libs/CMakeLists.txt
index f5cc410..795cea6 100644
--- a/libs/CMakeLists.txt
+++ b/libs/CMakeLists.txt
@@ -11,6 +11,8 @@ if(${KDE_PLATFORM_PROFILE} STREQUAL "Desktop")
 endif(${KDE_PLATFORM_PROFILE} STREQUAL "Desktop")
 
 if(NOT WIN32)
- add_subdirectory(ksysguard)
+    if (NOT CMAKE_SYSTEM_NAME MATCHES Darwin)
+        add_subdirectory(ksysguard)
+    endif (NOT CMAKE_SYSTEM_NAME MATCHES Darwin)
 endif(NOT WIN32)
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic