summaryrefslogtreecommitdiffstats
path: root/meta-intel-extras
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-01-04 09:26:32 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2017-01-10 08:10:38 +0000
commit9585a16c9668f8aacba7ce72d5061fc38c4745e0 (patch)
tree980cc6a8385cc0d9eeb195455f02933eac309caf /meta-intel-extras
parent65dbb94f62fd29143c5f6854e5a0e54691ee549d (diff)
downloadmeta-boot2qt-9585a16c9668f8aacba7ce72d5061fc38c4745e0.tar.gz
libgbm: make possible to use other libgbm provides than mesa
Mesa is the default libgbm provider, but does not yet have virtual/libgbm in the PROVIDES list. This makes it difficult the change the dependency to another recipes that provide only libgbm. Add virtual/libgbm to mesa and TI's libgbm recipe, and change the dependency in qtbase. Add gbm to qtbase PACKAGECONFIG on intel devices. Task-number: QTBUG-57896 Change-Id: I491df7057e52f9e74dd87abf65e542eab2cd3f9e Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-intel-extras')
-rw-r--r--meta-intel-extras/recipes/recipes-qt/qtbase_git.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-intel-extras/recipes/recipes-qt/qtbase_git.bbappend b/meta-intel-extras/recipes/recipes-qt/qtbase_git.bbappend
index 8770c65..602782e 100644
--- a/meta-intel-extras/recipes/recipes-qt/qtbase_git.bbappend
+++ b/meta-intel-extras/recipes/recipes-qt/qtbase_git.bbappend
@@ -27,4 +27,4 @@
27## 27##
28############################################################################ 28############################################################################
29 29
30PACKAGECONFIG += "kms" 30PACKAGECONFIG += "gbm kms"