From ed5652c89ac0654df2e82b54b00b27d51c825465 Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Wed, 28 Sep 2016 09:16:11 +0300 Subject: general: add support for Meson MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since it’s 2017 already, Nautilus should use a build system that doesn’t take longer to set up the build than it takes to actually build. An observed build time using Ninja of roughly one-fifth of what it took Autotools is more than reason enough to add support for Meson. Along with that, this commit adds a convenience script to generate a tarball for releases, since we use libgd as a submodule and Meson does not handle source distributions. https://bugzilla.gnome.org/show_bug.cgi?id=778167 --- subprojects/libgd | 1 + 1 file changed, 1 insertion(+) create mode 120000 subprojects/libgd (limited to 'subprojects') diff --git a/subprojects/libgd b/subprojects/libgd new file mode 120000 index 000000000..82fb69128 --- /dev/null +++ b/subprojects/libgd @@ -0,0 +1 @@ +../libgd \ No newline at end of file -- cgit v1.2.1