diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-09-22 07:47:49 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@resin.io> | 2016-10-14 14:49:04 +0200 |
commit | 3b9aebd6ae56c145ad93e48f109368611d6a8e10 (patch) | |
tree | 75dde706641f1c1f867185035d64a54f75bfa04b | |
parent | de016ceef63028f5578191785c50529695f76a1a (diff) | |
download | meta-raspberrypi-3b9aebd6ae56c145ad93e48f109368611d6a8e10.tar.gz |
mesa: align for vc4
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 9c5df99..e789022 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
@@ -1,2 +1,3 @@ | |||
1 | PACKAGECONFIG_append_rpi = " gallium" | 1 | PACKAGECONFIG_append_rpi = " gallium" |
2 | GALLIUMDRIVERS_rpi = "vc4" | 2 | GALLIUMDRIVERS_rpi = "vc4" |
3 | DRIDRIVERS_rpi = "" | ||