summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 499a26f50b..8ed55ad7b3 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5868,25 +5868,25 @@ system and gives an overview of their function and contents.
5868 omit any argument you like but must retain the separating commas. The 5868 omit any argument you like but must retain the separating commas. The
5869 order is important and specifies the following: 5869 order is important and specifies the following:
5870 5870
5871 1. Extra arguments that should be added to the configure script 5871 #. Extra arguments that should be added to the configure script
5872 argument list (:term:`EXTRA_OECONF` or 5872 argument list (:term:`EXTRA_OECONF` or
5873 :term:`PACKAGECONFIG_CONFARGS`) if 5873 :term:`PACKAGECONFIG_CONFARGS`) if
5874 the feature is enabled. 5874 the feature is enabled.
5875 5875
5876 2. Extra arguments that should be added to :term:`EXTRA_OECONF` or 5876 #. Extra arguments that should be added to :term:`EXTRA_OECONF` or
5877 :term:`PACKAGECONFIG_CONFARGS` if the feature is disabled. 5877 :term:`PACKAGECONFIG_CONFARGS` if the feature is disabled.
5878 5878
5879 3. Additional build dependencies (:term:`DEPENDS`) 5879 #. Additional build dependencies (:term:`DEPENDS`)
5880 that should be added if the feature is enabled. 5880 that should be added if the feature is enabled.
5881 5881
5882 4. Additional runtime dependencies (:term:`RDEPENDS`) 5882 #. Additional runtime dependencies (:term:`RDEPENDS`)
5883 that should be added if the feature is enabled. 5883 that should be added if the feature is enabled.
5884 5884
5885 5. Additional runtime recommendations 5885 #. Additional runtime recommendations
5886 (:term:`RRECOMMENDS`) that should be added if 5886 (:term:`RRECOMMENDS`) that should be added if
5887 the feature is enabled. 5887 the feature is enabled.
5888 5888
5889 6. Any conflicting (that is, mutually exclusive) :term:`PACKAGECONFIG` 5889 #. Any conflicting (that is, mutually exclusive) :term:`PACKAGECONFIG`
5890 settings for this feature. 5890 settings for this feature.
5891 5891
5892 Consider the following :term:`PACKAGECONFIG` block taken from the 5892 Consider the following :term:`PACKAGECONFIG` block taken from the