aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/markdown/Dependencies.md2
1 files changed, 1 insertions, 1 deletions
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