summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-01-26 16:31:58 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2017-01-27 06:34:58 +0000
commit6f8badc5b6375dffb98ebee4d7a36130cc2bc35a (patch)
treedd1248dc59c6bc1832ea84b1cd061ba2b85b5971
parentcb87024a5895efe8ab7050ec407b72a12554539c (diff)
downloadmeta-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>
-rw-r--r--recipes-qt/qt5/qtbase_git.bbappend3
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 += " \
56do_configure_prepend() { 56do_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
61PACKAGECONFIG[gbm] = "-gbm,-no-gbm,virtual/libgbm"