summaryrefslogtreecommitdiff
path: root/subprojects/cairo.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/cairo.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/cairo.wrap')
-rw-r--r--subprojects/cairo.wrap14
1 files changed, 9 insertions, 5 deletions
diff --git a/subprojects/cairo.wrap b/subprojects/cairo.wrap
index d09964e4..fb8aa712 100644
--- a/subprojects/cairo.wrap
+++ b/subprojects/cairo.wrap
@@ -1,6 +1,10 @@
[wrap-git]
-directory=cairo
-url=https://gitlab.freedesktop.org/cairo/cairo.git
-push-url=ssh://git@gitlab.freedesktop.org:cairo/cairo.git
-revision=master
-depth=1
+directory = cairo
+url = https://gitlab.freedesktop.org/cairo/cairo.git
+push-url = ssh://git@gitlab.freedesktop.org:cairo/cairo.git
+revision = master
+depth = 1
+
+[provide]
+cairo = libcairo_dep
+cairo-gobject = libcairogobject_dep