summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-03-09 05:44:30 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-09 01:50:45 +0000
commit0e574f616e44ecdab8bc08bfe64251d98109c059 (patch)
tree86f4d358ba16ab0f32c2e66a48ed0ef78d82bb88 /recipes-graphics
parent68b8ba61b1124ae0ad317265f46cccdbece2fc1b (diff)
downloadmeta-ti-0e574f616e44ecdab8bc08bfe64251d98109c059.tar.gz
libgbm: provide virtual/libgbm for easy switching b/w providers
Follow a similar change in mesa in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=5f8050722169a931b8e9078b8757216ba7a84506 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/gbm/libgbm_10.0.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb b/recipes-graphics/gbm/libgbm_10.0.0.bb
index 9e3c7ed0..6d058b72 100644
--- a/recipes-graphics/gbm/libgbm_10.0.0.bb
+++ b/recipes-graphics/gbm/libgbm_10.0.0.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c
6 6
7DEPENDS = "libdrm udev" 7DEPENDS = "libdrm udev"
8 8
9PROVIDES += "virtual/libgbm"
10
9inherit autotools pkgconfig 11inherit autotools pkgconfig
10 12
11BRANCH = "next" 13BRANCH = "next"