Merge pull request #6293 from SupervisedThinking/up_fix_mesa

mesa: remove "prefer-crocus=true" opt
This commit is contained in:
Jernej Škrabec 2022-03-10 20:29:01 +01:00 committed by GitHub
commit 08c777a9a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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