mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
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:
committed by
Thomas Petazzoni
parent
a3f58a74e0
commit
90b9f1f881
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user