[cairo-commit] Makefile.am

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Sep 25 16:06:11 UTC 2020


 Makefile.am |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

New commits:
commit b4bbe9970ca623a9e81874bf8584d39ac9f43126
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Thu Sep 24 12:16:39 2020 +0100

    autotools: dist Meson build system files
    
    So that people can build with Meson when using the tarballs.
    
    Fixes #424

diff --git a/Makefile.am b/Makefile.am
index 03fa35236..04990f524 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,6 +55,32 @@ EXTRA_DIST += \
 	cairo-version.h \
 	$(NULL)
 
+# Meson build system files
+EXTRA_DIST += \
+	meson.build \
+	meson_options.txt \
+	boilerplate/make-cairo-boilerplate-constructors.py \
+	boilerplate/meson.build \
+	src/meson.build \
+	test/make-cairo-test-constructors.py \
+	test/meson.build \
+	test/pdiff/meson.build \
+	util/cairo-fdr/meson.build \
+	util/cairo-gobject/meson.build \
+	util/cairo-missing/meson.build \
+	util/cairo-script/meson.build \
+	util/cairo-sphinx/meson.build \
+	util/cairo-trace/meson.build \
+	util/meson.build \
+	meson-cc-tests/atomic-ops-cxx11.c \
+	meson-cc-tests/ipc_rmid_deferred_release.c \
+	meson-cc-tests/ft_has_color.c \
+	meson-cc-tests/mkdir-variant-1.c \
+	meson-cc-tests/pthread.c \
+	meson-cc-tests/atomic-ops-gcc-legacy.c \
+	meson-cc-tests/mkdir-variant-2.c \
+	$(NULL)
+
 DISTCLEANFILES += config.cache
 
 MAINTAINERCLEANFILES += \


More information about the cairo-commit mailing list