summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-09-18 19:32:40 +0200
committerRay Strode <rstrode@redhat.com>2018-01-08 16:29:11 -0500
commit145ef74eb05c62a1e660b0f994a48d5d1d460e3b (patch)
tree7d4c78c2577762b5d19c60b94642946c08a57c4e /meson.build
parent099c19099de8e351f6cc0f2110ad27648780a0fe (diff)
downloadgnome-session-145ef74eb05c62a1e660b0f994a48d5d1d460e3b.tar.gz
build: Migrate from Intltool to Gettext
Recent versions of Gettext are able to translate several formats that are used in GNOME applications. This patch migrates from Intltool to Gettext by using meson's i18n features. The empty Icon= lines have been removed because they are unused, and gettext can't handle empty values properly. https://bugzilla.gnome.org/show_bug.cgi?id=787857
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index e72a64e7..4f239af4 100644
--- a/meson.build
+++ b/meson.build
@@ -174,10 +174,6 @@ pkg = import('pkgconfig')
po_dir = join_paths(meson.source_root(), 'po')
-intltool_merge = find_program('intltool-merge')
-intltool_cache = join_paths(po_dir, '.intltool-merge-cache')
-intltool_desktop_cmd = [intltool_merge, '-d', '-u', '-c', intltool_cache, po_dir, '@INPUT@', '@OUTPUT@']
-
top_inc = include_directories('.')
subdir('gnome-session')