Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-05-12 14:07:05 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2021-05-12 14:07:05 +0300
commit251a2ef5210b2527ec2a959e7356f6cd1a8fc1d2 (patch)
tree445f0a720c73d11a8655ada3516a72c080890bac
parent5f0b72c8014b4d29a12f7a532a523d34307a9700 (diff)
Fix build with musl libcplugins/nx
Use FindIntl cmake modules which will leave Intl_LIBRARIES empty if libintl is provided by the libc.
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0106aa7..275a3a6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,6 +53,7 @@ target_link_libraries(remmina-plugin-nx
${REMMINA_COMMON_LIBRARIES}
${XKBFILE_LIBRARIES}
${LIBSSH_LIBRARIES}
+ ${Intl_LIBRARIES}
${X11_X11_LIB})
install(TARGETS remmina-plugin-nx DESTINATION ${REMMINA_PLUGINDIR})