
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
637 B
Text
23 lines
637 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Yan <nezd@protonmail.com>
|
|
pkgname="device-leeco-s2"
|
|
pkgdesc="LeEco Le 2"
|
|
pkgver=0.1
|
|
pkgrel=8
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-leeco-s2 mkbootimg msm-fb-refresher mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="95ca09a765b0a8fc2ef0bb6ee691d4ea3f7a77458d955d170f16a7f104a258128f55fa7f94f4920ef87d4295c0892d117eeeae22180f41fa9c1d9138bd9f796a deviceinfo"
|