diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-01-04 09:26:32 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-01-10 08:10:38 +0000 |
commit | 9585a16c9668f8aacba7ce72d5061fc38c4745e0 (patch) | |
tree | 980cc6a8385cc0d9eeb195455f02933eac309caf /recipes/mesa | |
parent | 65dbb94f62fd29143c5f6854e5a0e54691ee549d (diff) | |
download | meta-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 'recipes/mesa')
-rw-r--r-- | recipes/mesa/mesa_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/mesa/mesa_%.bbappend b/recipes/mesa/mesa_%.bbappend index fc55a18..35f66f4 100644 --- a/recipes/mesa/mesa_%.bbappend +++ b/recipes/mesa/mesa_%.bbappend | |||
@@ -28,3 +28,4 @@ | |||
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | RDEPENDS_libgles2-mesa-dev += "libgles3-mesa-dev" | 30 | RDEPENDS_libgles2-mesa-dev += "libgles3-mesa-dev" |
31 | PROVIDES += "virtual/libgbm" | ||