Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/qt5/qt5base: fix typo
@ 2020-11-19 21:25 jzignego at hedcontrols.com
  2020-11-19 21:39 ` Peter Seiderer
  2020-11-19 21:58 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: jzignego at hedcontrols.com @ 2020-11-19 21:25 UTC (permalink / raw)
  To: buildroot

From: Jeff Zignego <jzignego@hedcontrols.com>

Fix typo from 109df4deba86839704d902204d130714e32df0fa that added this
option.

Signed-off-by: Jeff Zignego <jzignego@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-19 21:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-19 21:25 [Buildroot] [PATCH] package/qt5/qt5base: fix typo jzignego at hedcontrols.com
2020-11-19 21:39 ` Peter Seiderer
2020-11-19 21:58 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox