diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-01-26 16:31:58 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-01-27 06:34:58 +0000 |
commit | 6f8badc5b6375dffb98ebee4d7a36130cc2bc35a (patch) | |
tree | dd1248dc59c6bc1832ea84b1cd061ba2b85b5971 /recipes-qt/qt5/qtbase_git.bbappend | |
parent | cb87024a5895efe8ab7050ec407b72a12554539c (diff) | |
download | meta-boot2qt-6f8badc5b6375dffb98ebee4d7a36130cc2bc35a.tar.gz |
qtbase: bring back gbm PACKAGECONFIG
Erroneously removed in previous commit.
Change-Id: I5ba6c1ca060518b90e49103ab869ce5975d15f05
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'recipes-qt/qt5/qtbase_git.bbappend')
-rw-r--r-- | recipes-qt/qt5/qtbase_git.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bbappend b/recipes-qt/qt5/qtbase_git.bbappend index e216588..264e653 100644 --- a/recipes-qt/qt5/qtbase_git.bbappend +++ b/recipes-qt/qt5/qtbase_git.bbappend | |||
@@ -56,3 +56,6 @@ SRC_URI += " \ | |||
56 | do_configure_prepend() { | 56 | do_configure_prepend() { |
57 | install -m 0644 ${WORKDIR}/oe-device-extra.pri ${S}/mkspecs | 57 | install -m 0644 ${WORKDIR}/oe-device-extra.pri ${S}/mkspecs |
58 | } | 58 | } |
59 | |||
60 | # make other libgbm providers possible | ||
61 | PACKAGECONFIG[gbm] = "-gbm,-no-gbm,virtual/libgbm" | ||