summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 37ca37b626..afc36a5b14 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4037,6 +4037,10 @@
4037 <para role="glossdeffirst"> 4037 <para role="glossdeffirst">
4038<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 4038<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
4039 Additional <filename>configure</filename> script options. 4039 Additional <filename>configure</filename> script options.
4040 See
4041 <link linkend='var-PACKAGECONFIG_CONFARGS'><filename>PACKAGECONFIG_CONFARGS</filename></link>
4042 for additional information on passing configure script
4043 options.
4040 </para> 4044 </para>
4041 </glossdef> 4045 </glossdef>
4042 </glossentry> 4046 </glossentry>
@@ -9112,10 +9116,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9112 <listitem><para>Extra arguments 9116 <listitem><para>Extra arguments
9113 that should be added to the configure script 9117 that should be added to the configure script
9114 argument list 9118 argument list
9115 (<link linkend='var-EXTRA_OECONF'><filename>EXTRA_OECONF</filename></link>) 9119 (<link linkend='var-EXTRA_OECONF'><filename>EXTRA_OECONF</filename></link>
9120 or
9121 <link linkend='var-PACKAGECONFIG_CONFARGS'><filename>PACKAGECONFIG_CONFARGS</filename></link>)
9116 if the feature is enabled.</para></listitem> 9122 if the feature is enabled.</para></listitem>
9117 <listitem><para>Extra arguments 9123 <listitem><para>Extra arguments
9118 that should be added to <filename>EXTRA_OECONF</filename> 9124 that should be added to <filename>EXTRA_OECONF</filename>
9125 or <filename>PACKAGECONFIG_CONFARGS</filename>
9119 if the feature is disabled. 9126 if the feature is disabled.
9120 </para></listitem> 9127 </para></listitem>
9121 <listitem><para>Additional build dependencies 9128 <listitem><para>Additional build dependencies
@@ -14817,7 +14824,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
14817 task. 14824 task.
14818 Normally, invalid configure options are simply not passed 14825 Normally, invalid configure options are simply not passed
14819 to the configure script (e.g. should be removed from 14826 to the configure script (e.g. should be removed from
14820 <link linkend='var-EXTRA_OECONF'><filename>EXTRA_OECONF</filename></link>). 14827 <link linkend='var-EXTRA_OECONF'><filename>EXTRA_OECONF</filename></link>
14828 or
14829 <link linkend='var-PACKAGECONFIG_CONFARGS'><filename>PACKAGECONFIG_CONFARGS</filename></link>).
14821 However, common options, for example, exist that are passed 14830 However, common options, for example, exist that are passed
14822 to all configure scripts at a class level that might not 14831 to all configure scripts at a class level that might not
14823 be valid for some configure scripts. 14832 be valid for some configure scripts.