From e65f741e7994bdf7e3a48d22334825b638e70e38 Mon Sep 17 00:00:00 2001 From: Pablo Correa Gómez Date: Tue, 23 May 2023 17:13:38 +0200 Subject: docs: gnome: mention that compile_resources adds dependencies by default It is not very clear from the documentation that the dependencies in the resource file are added as default dependencies to the target. --- docs/markdown/Gnome-module.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/markdown') diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index 7b7b595ee..d0cd24a04 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -40,6 +40,8 @@ takes two positional arguments. The first one is the name of the resource and the second is the XML file containing the resource definitions. If the name is `foobar`, Meson will generate a header file called `foobar.h`, which you can then include in your sources. +The resources specified are automatically added as dependencies of the +generated target. * `c_name`: passed to the resource compiler as an argument after `--c-name` -- cgit v1.2.3