From 52d0031c576fe58f76657b00056579d1fd4f004b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 22 Feb 2019 18:07:00 -0800 Subject: mesa-gl: Provide virtual/libgbm We specificially enable building libgbm via packageconfig but then the PROVIDES is hardcoded in main recipes, we make that change here so when using userland as graphics driver, we can build wayland apps Signed-off-by: Khem Raj --- recipes-graphics/mesa/mesa-gl_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-graphics/mesa/mesa-gl_%.bbappend b/recipes-graphics/mesa/mesa-gl_%.bbappend index 107f6b5..3399bc6 100644 --- a/recipes-graphics/mesa/mesa-gl_%.bbappend +++ b/recipes-graphics/mesa/mesa-gl_%.bbappend @@ -1,4 +1,5 @@ PACKAGECONFIG_append_rpi = " gbm" +PROVIDES_append_rpi = " virtual/libgbm" do_install_append_rpi() { if [ "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}" = "0" ]; then -- cgit v1.2.3-54-g00ecf