From 42b160894f814ed84c1a82e1b46691db33d6ba59 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Sun, 10 Jun 2018 21:54:30 -0700 Subject: [PATCH] config/graphic: add V4L2_SUPPORT for vc4 --- config/graphic | 1 + 1 file changed, 1 insertion(+) diff --git a/config/graphic b/config/graphic index 3ed20bb11d..461b9e1fb0 100644 --- a/config/graphic +++ b/config/graphic @@ -94,6 +94,7 @@ get_graphicdrivers() { if listcontains "$GRAPHIC_DRIVERS" "vc4"; then GALLIUM_DRIVERS="$GALLIUM_DRIVERS,vc4" + V4L2_SUPPORT="yes" VAAPI_SUPPORT="no" VDPAU_SUPPORT="no" fi