summaryrefslogtreecommitdiff
path: root/subprojects
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-07-23 15:40:18 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-10-12 18:54:17 +0530
commit86855b6a458fd9b82d246f723a7e3c9cdb37a8a0 (patch)
tree24323ebc05cb1349bdd3cc599dfda7e9219b7b00 /subprojects
parent962cf9a41942f998e25d5d22b2110b85b670b718 (diff)
downloadpango-86855b6a458fd9b82d246f723a7e3c9cdb37a8a0.tar.gz
meson: Add subproject fallbacks for most dependencies
glib, fribidi, harfbuzz, fontconfig, freetype, cairo + small fixes when building as a subproject Only fribidi and glib have been added as wraps because the rest are not upstream yet and can be found at: https://github.com/centricular/harfbuzz https://github.com/centricular/fontconfig https://github.com/centricular/cairo https://github.com/centricular/freetype2 They need testing on non-Linux platforms.
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/fribidi.wrap5
-rw-r--r--subprojects/glib.wrap5
2 files changed, 10 insertions, 0 deletions
diff --git a/subprojects/fribidi.wrap b/subprojects/fribidi.wrap
new file mode 100644
index 00000000..8d4e4bf4
--- /dev/null
+++ b/subprojects/fribidi.wrap
@@ -0,0 +1,5 @@
+[wrap-git]
+directory=fribidi
+url=https://github.com/fribidi/fribidi.git
+push-url=git@github.com:fribidi/fribidi.git
+revision=master
diff --git a/subprojects/glib.wrap b/subprojects/glib.wrap
new file mode 100644
index 00000000..76aa0a02
--- /dev/null
+++ b/subprojects/glib.wrap
@@ -0,0 +1,5 @@
+[wrap-git]
+directory=glib
+url=https://gitlab.gnome.org/GNOME/glib.git
+push-url=ssh://git@gitlab.gnome.org:GNOME/glib.git
+revision=master