google-sargo: enable GPU-accelerated UIs (MR 3898)
This port has been compatible with GPU-accelerated UIs like Phosh and Plasma Mobile for quite a while now. Enable these UIs in the `pmbootstrap init` menu. See #1939.
This commit is contained in:
parent
8496464c47
commit
9678ab7b38
2 changed files with 4 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
||||||
# Maintainer: Richard Acayan <mailingradian@gmail.com>
|
# Maintainer: Richard Acayan <mailingradian@gmail.com>
|
||||||
pkgname=device-google-sargo
|
pkgname=device-google-sargo
|
||||||
pkgdesc="Google Pixel 3a"
|
pkgdesc="Google Pixel 3a"
|
||||||
pkgver=0.3
|
pkgver=0.4
|
||||||
pkgrel=3
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
|
@ -38,5 +38,5 @@ nonfree_firmware() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
d300b755a4c07d3865a85599ad1f76fa00ce8bb2e6852a0d62ddec6b192537d1edad0a0b1b1e226c53f576aacd58ff5aaacaadf90dd033b38d2880d816a33cfc deviceinfo
|
0f85f1620d9bd5e2e42385b2b949147ed13433fa6783d1d8b4184c69a613848a042c82c1134e979e1732c1e95445c71c9e4350c1e23f5033b8508811894a7367 deviceinfo
|
||||||
"
|
"
|
||||||
|
|
|
@ -39,4 +39,5 @@ deviceinfo_usb_idProduct="0x4ee3"
|
||||||
|
|
||||||
# Additional features
|
# Additional features
|
||||||
deviceinfo_flash_kernel_on_update="true"
|
deviceinfo_flash_kernel_on_update="true"
|
||||||
|
deviceinfo_gpu_accelerated="true"
|
||||||
deviceinfo_super_partitions="/dev/mmcblk0p68 /dev/mmcblk0p69"
|
deviceinfo_super_partitions="/dev/mmcblk0p68 /dev/mmcblk0p69"
|
||||||
|
|
Loading…
Reference in a new issue