diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2018-06-05 23:32:39 +0100 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-06-10 01:47:51 +0000 |
commit | 7529606f4c1fb6ddaf53797c99d55b6756a9b241 (patch) | |
tree | 1824a6c660ae532d0b952d7f8e72837fb58c665b /docs/markdown | |
parent | 1b1c66d7bcb6e5676f36ac3f7c052c175949d663 (diff) | |
download | meson-7529606f4c1fb6ddaf53797c99d55b6756a9b241.zip meson-7529606f4c1fb6ddaf53797c99d55b6756a9b241.tar.gz meson-7529606f4c1fb6ddaf53797c99d55b6756a9b241.tar.bz2 |
Correct the name of the libwmf dependency [skip ci]
q.v. dependencies/__init__.py#L41
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Dependencies.md | 2 |
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 |