summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2019-07-29 22:58:05 +0200
committerMichael Catanzaro <mcatanzaro@gnome.org>2019-08-05 21:19:38 +0000
commitf4fe90e3902ef7be09fa18f95cd13983489c485d (patch)
tree9b74cefcdac90a50d8d7c2135ed692981cf674ac /meson.build
parent9cc1bb0cd4c45553b0f5b9434c2e4c8198f57f0e (diff)
downloadcheese-f4fe90e3902ef7be09fa18f95cd13983489c485d.tar.gz
build: Migrate from Intltool to Gettext
Recent versions of Gettext are able to translate several formats that are used in GNOME applications. The use of Intltool in Cheese has been replaced by Gettext.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index 0265a019..98b1d9a9 100644
--- a/meson.build
+++ b/meson.build
@@ -53,11 +53,6 @@ source_root = meson.current_source_dir()
po_dir = source_root / 'po'
vapi_dir = source_root / 'src/vapi'
-intltool_merge = find_program('intltool-merge')
-intltool_cache = po_dir / '.intltool-merge-cache'
-intltool_desktop_cmd = [intltool_merge, '-d', '-u', '-c', intltool_cache, po_dir, '@INPUT@', '@OUTPUT@']
-intltool_xml_cmd = [intltool_merge, '-x', '-u', '-c', intltool_cache, po_dir, '@INPUT@', '@OUTPUT@']
-
top_inc = include_directories('.')
cc = meson.get_compiler('c')