package/qt5/qt5base: fix typo for syslog support

Fix typo from 109df4deba that added this
option.

Signed-off-by: Jeff Zignego <jzignego@hedcontrols.com>
Reviewed-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Jeff Zignego 2020-11-19 15:25:45 -06:00 committed by Thomas Petazzoni
parent a3f58a74e0
commit 90b9f1f881

View File

@ -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