device-fairphone-fp5: set gpu_accelerated flag, add uim-selection dep (MR 4761)
Since the GPU is supported since a while enable deviceinfo_gpu_accelerated to let pmbootstrap show UIs like phosh. Also with modem working with patched tqftpserv, we need the msm-modem-uim-selection dependency, so add that as well.
This commit is contained in:
parent
10545000d4
commit
a794a8481c
2 changed files with 7 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
|
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
|
||||||
pkgname=device-fairphone-fp5
|
pkgname=device-fairphone-fp5
|
||||||
pkgdesc="Fairphone 5"
|
pkgdesc="Fairphone 5"
|
||||||
pkgver=0.3
|
pkgver=1
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
|
@ -53,6 +54,7 @@ nonfree_firmware() {
|
||||||
firmware-qcom-adreno-a660
|
firmware-qcom-adreno-a660
|
||||||
linux-firmware-ath11k
|
linux-firmware-ath11k
|
||||||
msm-modem
|
msm-modem
|
||||||
|
msm-modem-uim-selection
|
||||||
pd-mapper
|
pd-mapper
|
||||||
tqftpserv
|
tqftpserv
|
||||||
"
|
"
|
||||||
|
@ -67,7 +69,7 @@ phosh() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
c7cdcaf8e9a07ca8c1e01f527b4151f27b7bac0800b9b0fe0bfa09890ebbd0152ead81b78852be25cd5ccb14ea3777aca0e786d72c586e39e6c2b2731e9661bc deviceinfo
|
63cbf700191cb22f699dd9bedb3f349bb03d4fe8eaac782689936bf8cfff8b5ef33e94072ca110e707470a4dcb4b863720997b1b8b668843334758fd08698da7 deviceinfo
|
||||||
71cd1ffa1ae56874a0751ef9eb91f4bccbe2009c1287b2116f3c09e99e70e436ed3d3ef27684dd318c8ff140cdccd7428580788659b7c6b2a3d8df6948149171 gtk.css
|
71cd1ffa1ae56874a0751ef9eb91f4bccbe2009c1287b2116f3c09e99e70e436ed3d3ef27684dd318c8ff140cdccd7428580788659b7c6b2a3d8df6948149171 gtk.css
|
||||||
165ae7e1dbb5fb709e2f7b457dafa5df5b755c1199ea0f011b7e519ab49bc676ddeff92a3152629125e66d3dbbe5a70384364191000a1fdf860977e2ed43de54 modules-initfs
|
165ae7e1dbb5fb709e2f7b457dafa5df5b755c1199ea0f011b7e519ab49bc676ddeff92a3152629125e66d3dbbe5a70384364191000a1fdf860977e2ed43de54 modules-initfs
|
||||||
"
|
"
|
||||||
|
|
|
@ -13,6 +13,7 @@ deviceinfo_arch="aarch64"
|
||||||
deviceinfo_flash_kernel_on_update="true"
|
deviceinfo_flash_kernel_on_update="true"
|
||||||
|
|
||||||
# Device related
|
# Device related
|
||||||
|
deviceinfo_gpu_accelerated="true"
|
||||||
deviceinfo_chassis="handset"
|
deviceinfo_chassis="handset"
|
||||||
deviceinfo_keyboard="false"
|
deviceinfo_keyboard="false"
|
||||||
deviceinfo_external_storage="true"
|
deviceinfo_external_storage="true"
|
||||||
|
|
Loading…
Reference in a new issue