From b1f21edcec82c25cbd6b59b521a841f86fb1f327 Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Sun, 30 Mar 2025 15:20:05 +0200 Subject: Initial support for meson Mostly copy and paste from linuxmint/xreader Signed-off-by: Oz Tiram --- po/meson.build | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 po/meson.build (limited to 'po') diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 00000000..554ceaf2 --- /dev/null +++ b/po/meson.build @@ -0,0 +1,3 @@ +i18n.gettext(meson.project_name(), + preset: 'glib' +) -- cgit v1.2.1