]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - po/meson.build
i18n: drop intltool use, use meson's merge_file directly
[thirdparty/systemd.git] / po / meson.build
index f89291bfc43571e2b54606ed3549d2c2e541abfe..c4654be5ffe56c383222b921525ec8b2952e4b1e 100644 (file)
@@ -1,12 +1,4 @@
 i18n = import('i18n')
 i18n.gettext(meson.project_name())
 
-#####################################################################
-
-intltool_merge = find_program('intltool-merge')
 po_dir = meson.current_source_dir()
-
-intltool_cache = join_paths(meson.current_build_dir(), 'intltool-merge-cache')
-intltool_command = [intltool_merge, '-x', '-u',
-                    '-c', intltool_cache,
-                    po_dir, '@INPUT@', '@OUTPUT@']