summaryrefslogtreecommitdiff
path: root/subprojects
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@src.gnome.org>2016-09-28 09:16:11 +0300
committerErnestas Kulik <ernestask@src.gnome.org>2017-02-24 00:24:27 +0200
commited5652c89ac0654df2e82b54b00b27d51c825465 (patch)
treefa5f60a817818116e871c12a69ebcf73bbf2721f /subprojects
parent728300331dc5caa6142704e0e4cd70004bf0037a (diff)
downloadnautilus-ed5652c89ac0654df2e82b54b00b27d51c825465.tar.gz
general: add support for Meson
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
Diffstat (limited to 'subprojects')
l---------subprojects/libgd1
1 files changed, 1 insertions, 0 deletions
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