]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - po/meson.build
Merge pull request #15233 from msekletar/device-dbus
[thirdparty/systemd.git] / po / meson.build
index f89291bfc43571e2b54606ed3549d2c2e541abfe..3611ac90f12c8b501b6260f4fa69c06ebf89ae0d 100644 (file)
@@ -1,12 +1,6 @@
-i18n = import('i18n')
-i18n.gettext(meson.project_name())
-
-#####################################################################
+# SPDX-License-Identifier: LGPL-2.1+
 
-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@']
+i18n = import('i18n')
+i18n.gettext(meson.project_name(),
+             preset : 'glib',
+             data_dirs : '.')