diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-07 17:09:39 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-07 17:09:39 +0200 |
commit | d652677f7971988e63669e6a68c59763d4fdfc7f (patch) | |
tree | fb39c1190e762cc8f7cc9414eb1a69f3d7a201fc /package/qt/Config.in | |
parent | 28eae03f5e68e365a3db319eac2db4f406b16e5c (diff) | |
download | buildroot-d652677f7971988e63669e6a68c59763d4fdfc7f.tar.gz buildroot-d652677f7971988e63669e6a68c59763d4fdfc7f.zip |
qt: fix typo in Config.in
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt/Config.in')
-rw-r--r-- | package/qt/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in index 99b00a0d85..0fa2424842 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -265,7 +265,7 @@ config BR2_PACKAGE_QT_SYSTEMJPEG config BR2_PACKAGE_QT_QTJPEG bool "Use Qt bundled libjpeg" help - Link against libjpeg proveded with Qt + Link against libjpeg provided with Qt endchoice choice |