summaryrefslogtreecommitdiff
path: root/subprojects
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-02-25 00:31:31 +0000
committerTim-Philipp Müller <tim@centricular.com>2021-08-26 23:40:12 +0100
commit38f0186560156ac7dd26d55239f95bf87f79fcf3 (patch)
tree842cd320dfe1285c4f591c23e1c9aca9baf5f38c /subprojects
parent923715f2e9acec31f6af406f39e14c36f9f7365c (diff)
downloadcairo-38f0186560156ac7dd26d55239f95bf87f79fcf3.tar.gz
meson: rely on automatic wrap promotion from subprojects
Don't ship wrap files for things that are only dependencies of dependencies, such as gperf (for fontconfig), or libffi + proxy-libintl (for glib). Instead, let Meson use the wraps that these subprojects ship, which Meson will pick up automatically since v56, so there's no need for us to ship these wraps any more. Bump the Meson requirement to 0.56 accordingly. Fix expat package dep for fedora ci and bump the tag so it gets picked up. See https://mesonbuild.com/Release-notes-for-0-56-0.html#wraps-from-subprojects-are-automatically-promoted Closes #445
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/gperf.wrap5
-rw-r--r--subprojects/libffi.wrap4
-rw-r--r--subprojects/proxy-libintl.wrap4
3 files changed, 0 insertions, 13 deletions
diff --git a/subprojects/gperf.wrap b/subprojects/gperf.wrap
deleted file mode 100644
index 748973312..000000000
--- a/subprojects/gperf.wrap
+++ /dev/null
@@ -1,5 +0,0 @@
-[wrap-git]
-directory=gperf
-url=https://gitlab.freedesktop.org/tpm/gperf.git
-push-url=https://gitlab.freedesktop.org/tpm/gperf.git
-revision=meson
diff --git a/subprojects/libffi.wrap b/subprojects/libffi.wrap
deleted file mode 100644
index 6dea9ebed..000000000
--- a/subprojects/libffi.wrap
+++ /dev/null
@@ -1,4 +0,0 @@
-[wrap-git]
-directory=libffi
-url=https://gitlab.freedesktop.org/gstreamer/meson-ports/libffi.git
-revision=meson
diff --git a/subprojects/proxy-libintl.wrap b/subprojects/proxy-libintl.wrap
deleted file mode 100644
index b53c8f7c3..000000000
--- a/subprojects/proxy-libintl.wrap
+++ /dev/null
@@ -1,4 +0,0 @@
-[wrap-git]
-directory=proxy-libintl
-url=https://github.com/frida/proxy-libintl.git
-revision=0.1