Bugfix: re-disable acceleration on Bionic since mesa drivers are too old
This commit is contained in:
parent
36850822cd
commit
279c08889c
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user