samsung-golden: depend only on mesa-git-dri-gallium (!896)
mesa-git-dri-gallium covers all Gallium DRI drivers (including lima and kmsro). Also mesa-git-dri-gallium now depends directly on all relevant mesa-git subpackages, so the subpackages do not need to be specified in each device APKBUILD anymore.
This commit is contained in:
parent
d4f0417a1d
commit
6ea8296ac6
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname="device-samsung-golden"
|
||||
pkgdesc="Samsung Galaxy S III mini"
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
|
@ -49,7 +49,7 @@ kernel_downstream() {
|
|||
|
||||
kernel_mainline() {
|
||||
pkgdesc="Mainline kernel"
|
||||
depends="linux-postmarketos-novathor mesa-git mesa-git-glapi mesa-git-gl mesa-git-gles mesa-git-egl mesa-git-gbm mesa-git-dri-lima mesa-git-dri-kmsro"
|
||||
depends="linux-postmarketos-novathor mesa-git-dri-gallium"
|
||||
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
||||
|
||||
# Plasma Mobile
|
||||
|
|
Loading…
Add table
Reference in a new issue