diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-05-09 23:48:45 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-05-11 18:18:08 +0100 |
commit | d9e94b87a7e5caf9deb0091cd8b2eca09b091d2e (patch) | |
tree | 8808d4303fa67a731f4ac360206d15e169c15a7d /recipes-graphics | |
parent | 2aa6b1a637112aea7729bf32e114aa9fa270fb23 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/mesa/mesa-gl_%.bbappend | 1 |
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" | |||