From: Gaël PORTAY Date: Sat, 30 Jun 2018 06:29:27 +0000 (-0400) Subject: qt5base: fix typo in qmake.conf.in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7544295d30d3e2ce6e169d4033a2bf2d36f646d6;p=buildroot.git qt5base: fix typo in qmake.conf.in A blank space is missing. Signed-off-by: Gaël PORTAY Reviewed-by: Peter Seiderer Signed-off-by: Thomas Petazzoni --- 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@