From f8d61d957d4a2d086f4b97f2e3d7d19d0bb35f13 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 1 Sep 2024 18:10:26 +0300 Subject: Mesonify build This took a while and had me scratching my head often. But I managed to combine the best parts of Crane and Meson together, allowing me to have blazing fast Nix builds. This also adds initial scaffolding for gettext and other cool things. --- po/meson.build | 1 + 1 file changed, 1 insertion(+) create mode 100644 po/meson.build (limited to 'po/meson.build') diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..6a87565 --- /dev/null +++ b/po/meson.build @@ -0,0 +1 @@ +i18n.gettext(gettext_package, preset: 'glib') \ No newline at end of file -- cgit 1.4.1