e302eff0bc
Most devices do not need to set any of these variables. directfb can now automatically detect touchscreens, calibration is only needed for resistive touchscreens and dev_keyboard is unused. Automatically done using: - sed -i '/deviceinfo_dev_keyboard=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen_calibration=""/d' device-*/deviceinfo
23 lines
638 B
Text
23 lines
638 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: kamnxt <kamnxt@kamnxt.com>
|
|
pkgname="device-lg-h815"
|
|
pkgdesc="LG G4 (h815)"
|
|
pkgver=0.1
|
|
pkgrel=8
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-lg-h815 mkbootimg msm-fb-refresher mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="21993caae59b0bc759c2223e873a0ca5d85b27346d68722c84384c1a46efb7b609fe0c6ffe4d9caa0c2341eb190eb28ea91d2800df84cf57ec3def68c891fe71 deviceinfo"
|