summaryrefslogtreecommitdiffstats
path: root/vncviewer
diff options
context:
space:
mode:
authorBrian P. Hinz <bphinz@users.sf.net>2017-08-08 22:21:14 -0400
committerBrian P. Hinz <bphinz@users.sf.net>2017-08-08 22:22:53 -0400
commit39c0784f0a74e9fd65284aa051d33883952d158e (patch)
treeaa3711bd7f15c3b3abf9147479e904279bd1fc4a /vncviewer
parent8081c33861a1d575a67f66a1bef395dd4f7bf282 (diff)
downloadtigervnc-39c0784f0a74e9fd65284aa051d33883952d158e.tar.gz
tigervnc-39c0784f0a74e9fd65284aa051d33883952d158e.zip
Update min version of gettext required to build with .desktop files
.desktop files support was not added to msgfmt until v0.19
Diffstat (limited to 'vncviewer')
-rw-r--r--vncviewer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/CMakeLists.txt b/vncviewer/CMakeLists.txt
index e04e335a..2aecda23 100644
--- a/vncviewer/CMakeLists.txt
+++ b/vncviewer/CMakeLists.txt
@@ -62,7 +62,7 @@ if(UNIX)
configure_file(vncviewer.desktop.in.in vncviewer.desktop.in)
find_program(INTLTOOL_MERGE_EXECUTABLE intltool-merge)
- if("${GETTEXT_VERSION_STRING}" VERSION_GREATER 0.17.99)
+ if("${GETTEXT_VERSION_STRING}" VERSION_GREATER 0.18.99)
add_custom_command(OUTPUT vncviewer.desktop
COMMAND ${GETTEXT_MSGFMT_EXECUTABLE}
--desktop --template vncviewer.desktop.in