From 0e574f616e44ecdab8bc08bfe64251d98109c059 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sat, 9 Mar 2019 05:44:30 +0000 Subject: [PATCH] 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 --- recipes-graphics/gbm/libgbm_10.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) 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 DEPENDS = "libdrm udev" +PROVIDES += "virtual/libgbm" + inherit autotools pkgconfig BRANCH = "next"