diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 4a2c79f1be..26b1353f42 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9662,11 +9662,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" from the PACKAGECONFIG setting. - This list of options helps other classes and - recipes take advantage of the - PACKAGECONFIG mechanism without - having to include options from - EXTRA_OECONF. + + + + Classes such as + autotools + and + cmake + use PACKAGECONFIG_CONFARGS to pass + PACKAGECONFIG + options to configure and + cmake, respectively. + If you are using + PACKAGECONFIG but not a class that + handles the do_configure task, then + you need to use + PACKAGECONFIG_CONFARGS appropriately.