diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-05-02 14:07:43 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-05-03 05:34:31 +0000 |
commit | 7f98458540db2eacea7277bfb294255bdd203d05 (patch) | |
tree | 8335b4d2b9a6f368ef5d08f3acc6678a04eefdb8 | |
parent | f5e9b077e29c33296c78cfd6614cfa7b35ea47d1 (diff) | |
download | meta-boot2qt-7f98458540db2eacea7277bfb294255bdd203d05.tar.gz |
qtbase: add support for gif and ico
Support was lost when PACKACONFIGs were added in upstream qtbase recipe.
Task-number: QTBUG-60327
Change-Id: I2bee56e9331ab617b92bd6da946894fb3dcf3863
Reviewed-by: Karim Pinter <karim.pinter@qt.io>
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r-- | recipes-qt/qt5/qtbase_git.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bbappend b/recipes-qt/qt5/qtbase_git.bbappend index 264e653..af38d2c 100644 --- a/recipes-qt/qt5/qtbase_git.bbappend +++ b/recipes-qt/qt5/qtbase_git.bbappend | |||
@@ -37,7 +37,9 @@ PACKAGECONFIG += " \ | |||
37 | cups \ | 37 | cups \ |
38 | fontconfig \ | 38 | fontconfig \ |
39 | freetype \ | 39 | freetype \ |
40 | gif \ | ||
40 | glib \ | 41 | glib \ |
42 | ico \ | ||
41 | icu \ | 43 | icu \ |
42 | libinput \ | 44 | libinput \ |
43 | linuxfb \ | 45 | linuxfb \ |