summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-05-09 23:48:45 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2017-05-11 18:18:08 +0100
commitd9e94b87a7e5caf9deb0091cd8b2eca09b091d2e (patch)
tree8808d4303fa67a731f4ac360206d15e169c15a7d
parent2aa6b1a637112aea7729bf32e114aa9fa270fb23 (diff)
downloadmeta-raspberrypi-d9e94b87a7e5caf9deb0091cd8b2eca09b091d2e.tar.gz
mesa-gl: Enable gbm for rpi
weston needs gbm support which is not in userland 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
new file mode 100644
index 0000000..7897125
--- /dev/null
+++ b/recipes-graphics/mesa/mesa-gl_%.bbappend
@@ -0,0 +1 @@
PACKAGECONFIG_append_rpi = " gbm"