From 7529606f4c1fb6ddaf53797c99d55b6756a9b241 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Tue, 5 Jun 2018 23:32:39 +0100 Subject: Correct the name of the libwmf dependency [skip ci] q.v. dependencies/__init__.py#L41 --- docs/markdown/Dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown') diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index d2b5e0a..85125a6 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -267,7 +267,7 @@ Some of these tools (like wmf and cups) provide both pkg-config and config tools support. You can force one or another via the method keyword: ```meson -wmf_dep = dependency('wmf', method : 'config-tool') +wmf_dep = dependency('libwmf', method : 'config-tool') ``` ## WxWidgets -- cgit v1.1