summaryrefslogtreecommitdiff
path: root/subprojects/fribidi.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/fribidi.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/fribidi.wrap')
-rw-r--r--subprojects/fribidi.wrap13
1 files changed, 8 insertions, 5 deletions
diff --git a/subprojects/fribidi.wrap b/subprojects/fribidi.wrap
index 0132d4ec..20ba8edf 100644
--- a/subprojects/fribidi.wrap
+++ b/subprojects/fribidi.wrap
@@ -1,6 +1,9 @@
[wrap-git]
-directory=fribidi
-url=https://github.com/fribidi/fribidi.git
-push-url=git@github.com:fribidi/fribidi.git
-revision=master
-depth=1
+directory = fribidi
+url = https://github.com/fribidi/fribidi.git
+push-url = git@github.com:fribidi/fribidi.git
+revision = master
+depth = 1
+
+[provide]
+dependency_names = fribidi