Skip to content

Commit 6d948b3

Browse files
authored
Merge pull request #1543 from larchunix/issue-1432
telepathy: add dbus-glib-1 to link flags
2 parents 3d74f97 + ccc14da commit 6d948b3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/telepathy/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ set_target_properties(remmina-plugin-telepathy PROPERTIES PREFIX "")
4343
set_target_properties(remmina-plugin-telepathy PROPERTIES NO_SONAME 1)
4444

4545
find_required_package(GTK3)
46+
pkg_check_modules(PC_DBUS_GLIB dbus-glib-1)
4647

4748
include_directories(${REMMINA_COMMON_INCLUDE_DIRS} ${TELEPATHY_INCLUDE_DIRS})
4849
target_link_libraries(remmina-plugin-telepathy ${REMMINA_COMMON_LIBRARIES}
49-
${TELEPATHY_LIBRARIES})
50+
${TELEPATHY_LIBRARIES} ${PC_DBUS_GLIB_LIBRARIES})
5051

5152
install(TARGETS remmina-plugin-telepathy DESTINATION ${REMMINA_PLUGINDIR})
5253

0 commit comments

Comments
 (0)