[Buildroot] [git commit] qt5base: fix typo in qmake.conf.in

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Jun 30 16:10:11 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=7544295d30d3e2ce6e169d4033a2bf2d36f646d6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

A blank space is missing.

Signed-off-by: Gaël PORTAY <gael.portay at savoirfairelinux.com>
Reviewed-by: Peter Seiderer <ps.report at gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/qt5/qt5base/qmake.conf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qt5/qt5base/qmake.conf.in b/package/qt5/qt5base/qmake.conf.in
index d62ee7cebe..f14527aa7f 100644
--- a/package/qt5/qt5base/qmake.conf.in
+++ b/package/qt5/qt5base/qmake.conf.in
@@ -21,7 +21,7 @@ CONFIG                 += nostrip
 QMAKE_LIBS             += -lrt -lpthread -ldl
 QMAKE_CFLAGS_ISYSTEM   =
 
-# Architecturespecific configuration
+# Architecture specific configuration
 include(arch.conf)
 
 @EGLFS_DEVICE@


More information about the buildroot mailing list