[Buildroot] [git commit branch/2021.02.x] docs/manual: fix typo in name of a qmake-package variable

Peter Korsgaard peter at korsgaard.com
Tue Sep 7 13:52:25 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=d67ef488827431f04331697223278d090316ad6a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

Since commit 39d334faa5c1 (package/pkg-qmake: add <pkg>_SYNC_QT_HEADERS
support), the qmake-package infra recognises said variable but the
manual has the wrong variable name, which is missing the "_QT" part.

We fix that by amending the manual to document the proper variable name.

Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit ac2db5eb2e6091a05d1cd3d641213ab01ddb0aa2)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 docs/manual/adding-packages-qmake.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/manual/adding-packages-qmake.txt b/docs/manual/adding-packages-qmake.txt
index c7e6ff354a..699d082aa1 100644
--- a/docs/manual/adding-packages-qmake.txt
+++ b/docs/manual/adding-packages-qmake.txt
@@ -80,6 +80,6 @@ also be defined.
   to the +make+ command during the target installation step. By default,
   +install+.
 
-* +LIBFOO_SYNC_HEADERS+, to run syncqt.pl before qmake. Some packages
+* +LIBFOO_SYNC_QT_HEADERS+, to run syncqt.pl before qmake. Some packages
   need this to have a properly populated include directory before
   running the build.


More information about the buildroot mailing list