From 439d3ff31e9a541dc762d9d360f46bab2abbd94a Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Tue, 5 Mar 2019 21:52:55 +0100 Subject: [PATCH] config/graphic: also enable v3d and kmsro when building vc4 Signed-off-by: Matthias Reichl --- config/graphic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/graphic b/config/graphic index 2c122b4877..f80b3c7c37 100644 --- a/config/graphic +++ b/config/graphic @@ -107,7 +107,7 @@ get_graphicdrivers() { fi if listcontains "${GRAPHIC_DRIVERS}" "vc4"; then - GALLIUM_DRIVERS+=" vc4" + GALLIUM_DRIVERS+=" vc4 v3d kmsro" V4L2_SUPPORT="yes" VAAPI_SUPPORT="no" VDPAU_SUPPORT="no"