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

List:       kde-commits
Subject:    [kolor-manager/kded] kolor-server: KS: fix xcm libraries linking
From:       Kai-Uwe Behrmann <ku.b () gmx ! de>
Date:       2014-11-11 10:49:55
Message-ID: E1Xo91H-0005lf-FE () scm ! kde ! org
[Download RAW message or body]

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

KS: fix xcm libraries linking

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

Conflicts:
	kolor-server/CMakeLists.txt

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

http://commits.kde.org/kolor-manager/5686e1f7bbb17038fb1222c561888494c5d2af=
50

diff --git a/kolor-server/CMakeLists.txt b/kolor-server/CMakeLists.txt
index 0bf2cbd..97778ad 100644
--- a/kolor-server/CMakeLists.txt
+++ b/kolor-server/CMakeLists.txt
@@ -24,7 +24,7 @@ target_link_libraries(kded_kolorserver
     ${KDE4_KDECORE_LIBS}
     ${OYRANOS_LIBRARIES}
     ${QT_LIBRARIES} ${QT_QTGUI_LIBRARIES}
-    X11 Xrandr Xcm Xfixes
+    X11 Xrandr ${XCM_LDFLAGS} Xfixes
 )
 =

 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