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
607 B
Text
23 lines
607 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Paakke <paakke92@gmail.com>
|
|
pkgname="device-lg-w5"
|
|
pkgdesc="L70"
|
|
pkgver=0.1
|
|
pkgrel=3
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-lg-w5 mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="19fdb376d318dabe494160e02a349fd5ccaf708059b01c5944e9b744034f773fe123e1f53aaea55cc55e4927f0d17db6705c5010eb6bef4d0ef3052ec9214291 deviceinfo"
|