Bugfix: re-disable acceleration on Bionic since mesa drivers are too old

This commit is contained in:
Igor Pecovnik 2020-08-03 05:46:46 +02:00
parent 36850822cd
commit 279c08889c

View File

@ -164,7 +164,7 @@ create_board_package()
EOF
if [[ $RELEASE == bionic || $RELEASE == focal ]] && [[ $BOARDFAMILY == sun50iw6 ]]; then
if [[ $RELEASE == bionic ]] || [[ $RELEASE == focal && $BOARDFAMILY == sun50iw6 ]]; then
cat <<-EOF >> "${destination}"/DEBIAN/postinst
# temporally disable acceleration on some arch in Bionic due to broken mesa packages
echo 'Section "Device"