qemu-*: install mesa-dri-gallium (!1029)
mesa-dri-swrast and mesa-dri-virtio are actually provided by the same package in Alpine now, so the selection in pmbootstrap does not have any use. Always install mesa-dri-gallium instead.
This commit is contained in:
parent
15e8bc344a
commit
97f3533128
2 changed files with 2 additions and 4 deletions
|
@ -7,8 +7,7 @@ pkgdesc="Simulated device in qemu with vexpress soc"
|
|||
url="https://postmarketos.org"
|
||||
arch="aarch64"
|
||||
license="MIT"
|
||||
# NOTE: 'pmbootstrap init' allows you to choose the mesa-dri-* package
|
||||
depends="postmarketos-base"
|
||||
depends="postmarketos-base mesa-dri-gallium"
|
||||
makedepends="devicepkg-dev"
|
||||
subpackages="
|
||||
$pkgname-weston
|
||||
|
|
|
@ -7,8 +7,7 @@ pkgdesc="Simulated device in qemu with an x86 platform"
|
|||
url="https://postmarketos.org"
|
||||
arch="x86_64"
|
||||
license="MIT"
|
||||
# NOTE: 'pmbootstrap init' allows you to choose the mesa-dri-* package
|
||||
depends="postmarketos-base"
|
||||
depends="postmarketos-base mesa-dri-gallium"
|
||||
makedepends="devicepkg-dev"
|
||||
subpackages="
|
||||
$pkgname-x11
|
||||
|
|
Loading…
Reference in a new issue