Explorar o código

package/qt5/qt5base: fix typo for syslog support

Fix typo from 109df4deba86839704d902204d130714e32df0fa 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>
Jeff Zignego %!s(int64=4) %!d(string=hai) anos
pai
achega
90b9f1f881
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/qt5/qt5base/qt5base.mk

+ 1 - 1
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