We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d74f97 + ccc14da commit 6d948b3Copy full SHA for 6d948b3
1 file changed
plugins/telepathy/CMakeLists.txt
@@ -43,10 +43,11 @@ set_target_properties(remmina-plugin-telepathy PROPERTIES PREFIX "")
43
set_target_properties(remmina-plugin-telepathy PROPERTIES NO_SONAME 1)
44
45
find_required_package(GTK3)
46
+pkg_check_modules(PC_DBUS_GLIB dbus-glib-1)
47
48
include_directories(${REMMINA_COMMON_INCLUDE_DIRS} ${TELEPATHY_INCLUDE_DIRS})
49
target_link_libraries(remmina-plugin-telepathy ${REMMINA_COMMON_LIBRARIES}
- ${TELEPATHY_LIBRARIES})
50
+ ${TELEPATHY_LIBRARIES} ${PC_DBUS_GLIB_LIBRARIES})
51
52
install(TARGETS remmina-plugin-telepathy DESTINATION ${REMMINA_PLUGINDIR})
53
0 commit comments