From dddc1a527a4929baae56a309e7c54c22ca14fb01 Mon Sep 17 00:00:00 2001 From: FFY00 Date: Mon, 18 Jun 2018 14:11:51 +0100 Subject: dependencies: don't search for dependency with pkgconfig if dub was specified --- docs/markdown/Dependencies.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index 0a9b5a8..20e356f 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -192,7 +192,6 @@ Use `method` to find dependencies with Dub. Just create a dependency as you woul ```meson urld_dep = dependency('urld', method: 'dub') ``` -If the dependency is not resolved using Dub, meson will still try to find it with Pkg-Config. Please understand that meson is only able to find existing dependencies. You still need to manually fetch and build them with Dub. ``` -- cgit v1.1