summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorCarlos Alberto Lopez Perez <clopez@igalia.com>2016-08-11 18:06:06 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2016-09-21 17:14:59 +0100
commited84c2c8a26482ee2fc2b68eebcbfe4acc4ab08d (patch)
treee2b962de58851aa9af766a2f0be7af0356ba76ad /recipes-graphics
parent55388a51013762d8ff297db109da250c74dc4c60 (diff)
downloadmeta-raspberrypi-ed84c2c8a26482ee2fc2b68eebcbfe4acc4ab08d.tar.gz
vc4graphics: Support X11 with the VC4 driver.
* We need to use the X11 modesetting driver with VC4. * We need to build at least the mesa swrast DRI driver. (its already the default so don't overwrite it to empty) Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index b182388..9c5df99 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -1,4 +1,2 @@
1PACKAGECONFIG_append_rpi = " gallium" 1PACKAGECONFIG_append_rpi = " gallium"
2GALLIUMDRIVERS_rpi = "vc4" 2GALLIUMDRIVERS_rpi = "vc4"
3DRIDRIVERS_rpi = ""
4