diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 10ffce39ac..cb05419dee 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -2038,22 +2038,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" features of a recipe on a per-recipe basis. The PACKAGECONFIG variable itself specifies a space-separated list of the - features to enable or disable. + features to enable. The features themselves are specified as flags on the PACKAGECONFIG variable. You can provide up to four arguments, which are separated by commas, to determine the behavior of each feature when it is enabled or disabled. You can omit any argument you like but must retain the - separating commas (see the examples further down). + separating commas. The arguments specify the following: Extra arguments - (EXTRA_OECONF) that should be added to the configure script argument list + (EXTRA_OECONF) if the feature is enabled. - Extra arguments (EXTRA_OECONF) - that should be added if the feature is disabled. + Extra arguments + that should be added to EXTRA_OECONF + if the feature is disabled. Additional build dependencies (DEPENDS)