mesa: remove "prefer-crocus=true" opt

This commit is contained in:
SupervisedThinking 2022-03-10 20:26:59 +01:00
parent 80c0333ea6
commit 9bbad0f29b

View File

@ -65,10 +65,6 @@ else
PKG_MESON_OPTS_TARGET+=" -Dgallium-va=disabled" PKG_MESON_OPTS_TARGET+=" -Dgallium-va=disabled"
fi fi
if listcontains "${GRAPHIC_DRIVERS}" "crocus"; then
PKG_MESON_OPTS_TARGET+=" -Dprefer-crocus=true"
fi
if listcontains "${GRAPHIC_DRIVERS}" "vmware"; then if listcontains "${GRAPHIC_DRIVERS}" "vmware"; then
PKG_MESON_OPTS_TARGET+=" -Dgallium-xa=enabled" PKG_MESON_OPTS_TARGET+=" -Dgallium-xa=enabled"
else else