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

List:       kde-commits
Subject:    [kolor-manager] kolor-server: KS: fix xcm libraries linking
From:       Kai-Uwe Behrmann <ku.b () gmx ! de>
Date:       2013-09-12 20:07:22
Message-ID: E1VKDAg-00088N-QE () scm ! kde ! org
[Download RAW message or body]

Git commit e9420f53c4466c6f50433cd46153f6a6943dd02c by Kai-Uwe Behrmann.
Committed on 12/09/2013 at 19:30.
Pushed by behrmann into branch 'master'.

KS: fix xcm libraries linking

libXcm consists of several different libraries, which are
expressed inside the XCM_LDFLAGS cmake variable.

M  +1    -1    kolor-server/CMakeLists.txt

http://commits.kde.org/kolor-manager/e9420f53c4466c6f50433cd46153f6a6943dd0=
2c

diff --git a/kolor-server/CMakeLists.txt b/kolor-server/CMakeLists.txt
index 350f051..9fd6a12 100644
--- a/kolor-server/CMakeLists.txt
+++ b/kolor-server/CMakeLists.txt
@@ -22,7 +22,7 @@ target_link_libraries(kded_kolorserver
     ${KDE4_KDECORE_LIBS}
     ${OYRANOS_LIBRARIES}
     ${QT_LIBRARIES} ${QT_QTGUI_LIBRARIES}
-    X11 Xrandr Xcm
+    X11 Xrandr ${XCM_LDFLAGS}
 )
 =

 install(TARGETS kded_kolorserver DESTINATION ${PLUGIN_INSTALL_DIR})

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

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