summarylogtreecommitdiffstats
path: root/ryosmk-dbus-bindings-v320.patch
blob: 8f4c27197c0f0950440a003f73da76b9b3dbe861 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
diff --git a/libroccat/CMakeLists.txt b/libroccat/CMakeLists.txt
index ead603c..bf61d05 100644
--- a/libroccat/CMakeLists.txt
+++ b/libroccat/CMakeLists.txt
@@ -46,6 +46,7 @@ SET(SOURCES

 SET(LIBRARIES
   libroccathelper
+  ${DBUS_LIBRARIES}
   ${GAMINGGEAR0_LIBRARY}
 )

diff --git a/ryosmk/libroccatryosmk/CMakeLists.txt b/ryosmk/libroccatryosmk/CMakeLists.txt
index 0e4243a..69c56e9 100644
--- a/ryosmk/libroccatryosmk/CMakeLists.txt
+++ b/ryosmk/libroccatryosmk/CMakeLists.txt
@@ -33,7 +33,7 @@ ADD_LIBRARY(libroccatryosmk SHARED

 ADD_DEPENDENCIES(libroccatryosmk
   generated_headers
-  ryos_dbus_bindings
+  ryosmk_dbus_bindings
 )

 TARGET_LINK_LIBRARIES(libroccatryosmk
diff --git a/ryosmk/libryosmkeventhandler/CMakeLists.txt b/ryosmk/libryosmkeventhandler/CMakeLists.txt
index ab26de8..ad93376 100644
--- a/ryosmk/libryosmkeventhandler/CMakeLists.txt
+++ b/ryosmk/libryosmkeventhandler/CMakeLists.txt
@@ -22,7 +22,7 @@ ADD_LIBRARY(libryosmkeventhandler SHARED ${SOURCES})

 ADD_DEPENDENCIES(libryosmkeventhandler
   generated_headers
-  ryos_dbus_bindings
+  ryosmk_dbus_bindings
 )

 SET_TARGET_PROPERTIES(libryosmkeventhandler