diff options
| author | Gaël PORTAY <gael.portay@savoirfairelinux.com> | 2018-06-30 02:29:27 -0400 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-06-30 18:10:11 +0200 |
| commit | 7544295d30d3e2ce6e169d4033a2bf2d36f646d6 (patch) | |
| tree | 84b49d9748f018e758091cc410ab866f5e5a73df | |
| parent | b0241095a67bc87faf19b52a2be21915b2ac44aa (diff) | |
| download | buildroot-7544295d30d3e2ce6e169d4033a2bf2d36f646d6.tar.gz buildroot-7544295d30d3e2ce6e169d4033a2bf2d36f646d6.zip | |
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>
| -rw-r--r-- | package/qt5/qt5base/qmake.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@ |

