diff --git a/config/graphic b/config/graphic index 55c64a50e0..b9e9e34339 100644 --- a/config/graphic +++ b/config/graphic @@ -106,6 +106,13 @@ get_graphicdrivers() { VDPAU_SUPPORT="no" fi + if listcontains "$GRAPHIC_DRIVERS" "etnaviv"; then + GALLIUM_DRIVERS="$GALLIUM_DRIVERS,etnaviv,imx" + V4L2_SUPPORT="yes" + VAAPI_SUPPORT="no" + VDPAU_SUPPORT="no" + fi + # remove leading comma if present [[ $GALLIUM_DRIVERS =~ ^, ]] && GALLIUM_DRIVERS="${GALLIUM_DRIVERS:1}" [[ $DRI_DRIVERS =~ ^, ]] && DRI_DRIVERS="${DRI_DRIVERS:1}"