device-oneplus-bacon: cleanups for device package (MR 2508)

- mesa-dri-freedreno => mesa-dri-gallium
This commit is contained in:
Alexey Minnekhanov 2021-09-14 11:57:41 +03:00 committed by Clayton Craft
parent 9cb6900fb4
commit 9cf2f14158
No known key found for this signature in database
GPG key ID: 7A3461CA187CEA54

View file

@ -1,7 +1,7 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-oneplus-bacon
pkgver=1
pkgrel=25
pkgrel=26
pkgdesc="OnePlus One"
url="https://postmarketos.org"
arch="armv7"
@ -35,7 +35,7 @@ kernel_downstream() {
kernel_mainline() {
pkgdesc="Close to mainline kernel"
depends="linux-postmarketos-qcom-msm8974 mesa-dri-freedreno"
depends="linux-postmarketos-qcom-msm8974 mesa-dri-gallium"
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
}