summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-02-22 18:07:00 -0800
committerAndrei Gherzan <andrei@gherzan.ro>2019-02-24 11:04:38 +0000
commit52d0031c576fe58f76657b00056579d1fd4f004b (patch)
tree822c3da207552c91cd0deacbcbbdb7ac0957a812
parent2c8b2f6c6bdc9e3ac89873d8066708095c639744 (diff)
downloadmeta-raspberrypi-52d0031c576fe58f76657b00056579d1fd4f004b.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--recipes-graphics/mesa/mesa-gl_%.bbappend1
1 files changed, 1 insertions, 0 deletions
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 @@
1PACKAGECONFIG_append_rpi = " gbm" 1PACKAGECONFIG_append_rpi = " gbm"
2PROVIDES_append_rpi = " virtual/libgbm"
2 3
3do_install_append_rpi() { 4do_install_append_rpi() {
4 if [ "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}" = "0" ]; then 5 if [ "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}" = "0" ]; then