From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Seiderer Date: Sat, 30 Jun 2018 10:06:34 +0200 Subject: [Buildroot] [PATCH] qt5base: fix typo in qmake.conf.in In-Reply-To: <20180630062927.29725-1-gael.portay@savoirfairelinux.com> References: <20180630062927.29725-1-gael.portay@savoirfairelinux.com> Message-ID: <20180630100634.6bcf13f8@gmx.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello Ga?l, On Sat, 30 Jun 2018 02:29:27 -0400, Ga?l PORTAY wrote: > A blank space is missing. > > Signed-off-by: Ga?l PORTAY > --- > 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@ Reviewed-by: Peter Seiderer Regards, Peter