diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-03-09 05:44:30 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-03-12 17:59:56 +0000 |
commit | b2edc511b3c67ea59bb2ae26bc59344406c8c8ae (patch) | |
tree | 3b1c7cf23810c0ab4546a9451e0f11faec808272 /recipes-graphics | |
parent | 57b158f9e4bc18495f96fdb95ddafcbeb12efaec (diff) | |
download | meta-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.bb | 2 |
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 | ||
7 | DEPENDS = "libdrm udev" | 7 | DEPENDS = "libdrm udev" |
8 | 8 | ||
9 | PROVIDES += "virtual/libgbm" | ||
10 | |||
9 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
10 | 12 | ||
11 | BRANCH = "next" | 13 | BRANCH = "next" |