summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-01-06 17:25:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-10 23:12:43 +0000
commit0f8337865f8530c653fe67bb7daead3cc5c799f3 (patch)
tree991fd023d90872f94122461d63e5be1458c6c6f8 /documentation/ref-manual/variables.rst
parentfdbbdda7e59ca3d3ce9d876ea31742e6f2153214 (diff)
downloadpoky-0f8337865f8530c653fe67bb7daead3cc5c799f3.tar.gz
manuals: add reference to GIR_EXTRA_LIBS_PATH plus minor improvements
Fixes [YOCTO #14533] (From yocto-docs rev: 84001d5d4258dad9e3663ea842ecc291d9e1a7dd) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index e81a12030a..be496161bd 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -2667,6 +2667,13 @@ system and gives an overview of their function and contents.
2667 :term:`GDB` 2667 :term:`GDB`
2668 The minimal command and arguments to run the GNU Debugger. 2668 The minimal command and arguments to run the GNU Debugger.
2669 2669
2670 :term:`GIR_EXTRA_LIBS_PATH`
2671 Allows to specify an extra search path for ``.so`` files
2672 in GLib related recipes using GObject introspection,
2673 and which do not compile without this setting.
2674 See the ":ref:`dev-manual/common-tasks:enabling gobject introspection support`"
2675 section for details.
2676
2670 :term:`GITDIR` 2677 :term:`GITDIR`
2671 The directory in which a local copy of a Git repository is stored 2678 The directory in which a local copy of a Git repository is stored
2672 when it is cloned. 2679 when it is cloned.