Most devices need mesa-dri-swrast, but we don't install it yet. How to proceed?
Created by: ollieparanoid
Most devices do not have 3d acceleration yet, so almost all of them would need to install mesa-dri-swrast
when mesa
is installed:
subpackages="$pkgname-mesa"
mesa() {
install_if="$pkgname mesa"
depends="mesa-dri-swrast"
mkdir "$subpkgdir"
}
Currently for armhf
, the package is 3.15
MB in size, and 7.47
MB when installed (source).
But most devices don't have it, so Hildon for example will not work out of the box for them.
I think we have two options:
a) add this block to all devices, that do not have 3D acceleration, and add it to the aportgen
code, so it is there by default for new devices
b) add this block to postmarketos-base
and remove it from all device packages that currently have it
What does everybody think about it?