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-12 17:59:56 +0000
commitb2edc511b3c67ea59bb2ae26bc59344406c8c8ae (patch)
tree3b1c7cf23810c0ab4546a9451e0f11faec808272 /recipes-graphics
parent57b158f9e4bc18495f96fdb95ddafcbeb12efaec (diff)
downloadmeta-ti-b2edc511b3c67ea59bb2ae26bc59344406c8c8ae.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"