From eb77855931fff0b0fd840de5e23f6926165bc0c2 Mon Sep 17 00:00:00 2001 From: j1nx Date: Fri, 12 Feb 2021 10:53:42 +0100 Subject: [PATCH] Enable forgotten KMS mesa3d driver --- buildroot-external/configs/rpi4_64-gui_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/configs/rpi4_64-gui_defconfig b/buildroot-external/configs/rpi4_64-gui_defconfig index 04ffee49..b9156403 100644 --- a/buildroot-external/configs/rpi4_64-gui_defconfig +++ b/buildroot-external/configs/rpi4_64-gui_defconfig @@ -190,6 +190,7 @@ BR2_PACKAGE_KMSCUBE=y BR2_PACKAGE_FREERDP=y # BR2_PACKAGE_FREERDP_CLIENT_WL is not set BR2_PACKAGE_MESA3D=y +BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_KMSRO=y BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_V3D=y BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VC4=y BR2_PACKAGE_MESA3D_OPENGL_ES=y