diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-01-06 17:25:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-10 23:12:43 +0000 |
commit | 0f8337865f8530c653fe67bb7daead3cc5c799f3 (patch) | |
tree | 991fd023d90872f94122461d63e5be1458c6c6f8 /documentation/ref-manual | |
parent | fdbbdda7e59ca3d3ce9d876ea31742e6f2153214 (diff) | |
download | poky-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')
-rw-r--r-- | documentation/ref-manual/variables.rst | 7 |
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. |