google-sargo: depend on sdm845 soc package (MR 3488)

Some SDM845-specific configurations and packages are also useful for the
Pixel 3a:
 - mesa-dri-gallium
 - qbootctl
 - swclock-offset
This commit is contained in:
Richard Acayan 2022-09-30 22:53:21 -04:00 committed by Newbyte
parent 161f0751b7
commit 353297c656
No known key found for this signature in database
GPG key ID: 5873C171C9429CFA

View file

@ -2,7 +2,7 @@
pkgname=device-google-sargo pkgname=device-google-sargo
pkgdesc="Google Pixel 3a" pkgdesc="Google Pixel 3a"
pkgver=0.3 pkgver=0.3
pkgrel=0 pkgrel=1
url="https://postmarketos.org" url="https://postmarketos.org"
license="MIT" license="MIT"
arch="aarch64" arch="aarch64"
@ -10,10 +10,11 @@ options="!check !archcheck"
depends=" depends="
linux-postmarketos-qcom-sdm670 linux-postmarketos-qcom-sdm670
make-dynpart-mappings make-dynpart-mappings
mesa-dri-gallium
mkbootimg mkbootimg
postmarketos-base postmarketos-base
postmarketos-update-kernel postmarketos-update-kernel
soc-qcom-sdm845
soc-qcom-sdm845-qbootctl
" "
makedepends="devicepkg-dev" makedepends="devicepkg-dev"
source="deviceinfo" source="deviceinfo"