Przeglądaj źródła

qt5base: fix typo in qmake.conf.in

A blank space is missing.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Reviewed-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Gaël PORTAY 7 lat temu
rodzic
commit
7544295d30
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      package/qt5/qt5base/qmake.conf.in

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