From bb84c1d1092465738efabc23342cb9fa943ccb77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 30 Oct 2017 11:44:34 +0100 Subject: Add LibWmf as a specified dependency, and associated tests. --- docs/markdown/Dependencies.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/markdown') diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index c3f007f..3aa82b4 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -153,6 +153,16 @@ automatically: cups_dep = dependency('cups', version : '>=1.4') ``` +## LibWMF + +The libwmf library does not ship with pkg-config at the time or writing +but instead it has its own `libwmf-config` util. Meson will use it +automatically: + +```meson +libwmf_dep = dependency('libwmf', version : '>=0.2.8') +``` + ## Declaring your own You can declare your own dependency objects that can be used -- cgit v1.1