From 879371ca7c9861606409d87a739bf7e6ec627f7e Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Tue, 25 Mar 2025 10:20:50 +0100 Subject: ref-manual/variables.rst: document the MESON_INSTALL_TAGS This variable can be used to add install tags to the 'meson install' command. (From yocto-docs rev: 72b502cfb67345cda17bc2ae7af222b7cecb9a0c) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'documentation') diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index b872d79355..d5fec650cb 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -5601,6 +5601,10 @@ system and gives an overview of their function and contents. you to specify the inclusion of debugging symbols and the compiler optimizations (none, performance or size). + :term:`MESON_INSTALL_TAGS` + A variable for the :ref:`ref-classes-meson` class, allowing to specify + install tags (``--tags`` argument of the ``meson install`` command). + :term:`MESON_TARGET` A variable for the :ref:`ref-classes-meson` class, allowing to choose a Meson target to build in :ref:`ref-tasks-compile`. Otherwise, the -- cgit v1.2.3-54-g00ecf