From f0eb93f2b87bbe1639b159d365fb560871d7516e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 31 Jul 2018 10:50:57 +1000 Subject: [PATCH] doc/user: update the 'no package found' link to the meson version post Now that we dropped autotools anyway, it's better to link to the meson version of that blog post. Related #96 Signed-off-by: Peter Hutterer --- doc/user/building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/building.rst b/doc/user/building.rst index 29670e0f..0ec00ba0 100644 --- a/doc/user/building.rst +++ b/doc/user/building.rst @@ -198,7 +198,7 @@ with one of the following commands: If dependencies are missing, meson shows a message ``No package 'foo' found``. See -`this blog post here `_ +`this blog post here `_ for instructions on how to fix it. .. _building_conditional: