summaryrefslogtreecommitdiff
path: root/subprojects/fontconfig.wrap
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-12-19 03:15:06 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-12-19 17:25:17 +0530
commitcc9072ad21c20d6ce7b0313e8d301fb5d5faab18 (patch)
tree7f0cb52ee4b74c15b7783d426759056dbeba8c9f /subprojects/fontconfig.wrap
parent7954eed96054ad012ab5b331eddd1ecde703a52a (diff)
downloadpango-cc9072ad21c20d6ce7b0313e8d301fb5d5faab18.tar.gz
meson: Stop using fallback: kwarg for deps that don't need it
Subprojects that use meson.override_dependency() do not require the caller to provide the subproject name and dependency variable name inside the subproject. All the dependencies we use can be switched in this way; including gi-docgen which is now automatically executed by the find_program() invocation thanks to `program_names` in the wrap file.
Diffstat (limited to 'subprojects/fontconfig.wrap')
-rw-r--r--subprojects/fontconfig.wrap9
1 files changed, 9 insertions, 0 deletions
diff --git a/subprojects/fontconfig.wrap b/subprojects/fontconfig.wrap
new file mode 100644
index 00000000..a8985bca
--- /dev/null
+++ b/subprojects/fontconfig.wrap
@@ -0,0 +1,9 @@
+[wrap-git]
+directory = fontconfig
+url = https://gitlab.freedesktop.org/fontconfig/fontconfig
+push-url = git@gitlab.freedesktop.org:fontconfig/fontconfig.git
+depth = 1
+revision = 2.14.0
+
+[provide]
+fontconfig = fontconfig_dep