[Buildroot] [PATCH] package/qt5/qt5base: fix typo

jzignego at hedcontrols.com jzignego at hedcontrols.com
Thu Nov 19 21:25:45 UTC 2020


From: Jeff Zignego <jzignego at hedcontrols.com>

Fix typo from 109df4deba86839704d902204d130714e32df0fa that added this
option.

Signed-off-by: Jeff Zignego <jzignego at hedcontrols.com>
---
 package/qt5/qt5base/qt5base.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
index fa92625738..4cd5980f0b 100644
--- a/package/qt5/qt5base/qt5base.mk
+++ b/package/qt5/qt5base/qt5base.mk
@@ -255,7 +255,7 @@ QT5BASE_CONFIGURE_OPTS += -no-journald
 endif
 
 ifeq ($(BR2_PACKAGE_QT5BASE_SYSLOG),y)
-QT5BASE_CONIGURE_OPTS += -syslog
+QT5BASE_CONFIGURE_OPTS += -syslog
 else
 QT5BASE_CONFIGURE_OPTS += -no-syslog
 endif
-- 
2.25.1



More information about the buildroot mailing list