summaryrefslogtreecommitdiff
path: root/po/meson.build
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2018-12-13 18:09:28 +0100
committerMichael Catanzaro <mcatanzaro@igalia.com>2019-07-29 14:32:34 -0500
commit306f19603a817c95292eaad0fe053f9e3f217c2d (patch)
tree1f180d7c042b53ffab3f2ef71c4d2facdce3b25e /po/meson.build
parent9a3375e367cc4f3ed7e88b4aecd8d8832f0fe3fd (diff)
downloadcheese-306f19603a817c95292eaad0fe053f9e3f217c2d.tar.gz
build: Port to meson build system
meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools.
Diffstat (limited to 'po/meson.build')
-rw-r--r--po/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 00000000..522040ef
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1 @@
+i18n.gettext(cheese_name, preset: 'glib')