summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2022-01-11 07:14:00 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-01-14 13:59:43 +0100
commit340b9eb6cf0ddfd4a2a611b90733add367650531 (patch)
tree18ea74ce6c7d7b024e1720f92b1350eade5a9c8a
parente348da7b9d2883e3fba1513db815e1389cd3876e (diff)
downloadptxdist-340b9eb6cf0ddfd4a2a611b90733add367650531.tar.gz
ptxdist-340b9eb6cf0ddfd4a2a611b90733add367650531.tar.xz
qt5: fix typo
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Message-Id: <20220111061400.1689995-1-u.oelmann@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/qt5.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/qt5.in b/rules/qt5.in
index b0673efdf..39bf5bd6f 100644
--- a/rules/qt5.in
+++ b/rules/qt5.in
@@ -3,7 +3,7 @@
menuconfig QT5
tristate
select HOST_SYSTEM_PERL
- # python2 or python3 works for QtDeclarative but QtWebengine need python2
+ # python2 or python3 works for QtDeclarative but QtWebengine needs python2
select HOST_SYSTEM_PYTHON3 if QT5_MODULE_QTDECLARATIVE && !QT5_MODULE_QTWEBENGINE
select HOST_SYSTEM_PYTHON if QT5_MODULE_QTWEBENGINE
select LIBC_PTHREAD