diff options
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. |