diff options
Diffstat (limited to 'templates/machine/raspberrypi4')
-rw-r--r-- | templates/machine/raspberrypi4/50_local.conf.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/machine/raspberrypi4/50_local.conf.inc b/templates/machine/raspberrypi4/50_local.conf.inc index 3dd12fa19..27a8bf2af 100644 --- a/templates/machine/raspberrypi4/50_local.conf.inc +++ b/templates/machine/raspberrypi4/50_local.conf.inc @@ -3,3 +3,6 @@ MACHINE = "raspberrypi4" require conf/include/agl_raspberrypi3.inc PREFERRED_VERSION_linux-raspberrypi_raspberrypi4 = "4.19%" + +# Set appropriate version of Mesa for Raspberry Pi 4 +PREFERRED_VERSION_mesa_raspberrypi4 = "19.1%" |