![Minecrell](/assets/img/avatar_default.png)
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
664 B
Text
23 lines
664 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: sylvieon <sylvieon@protonmail.com>
|
|
pkgname="device-wingtech-wt88047"
|
|
pkgdesc="Xiaomi Redmi 2"
|
|
pkgver=0.1
|
|
pkgrel=3
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-wingtech-wt88047 mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="998176f286c062310b79be40b9d69cefb4e79f866de0eaf95f794be57bc35ab1082dcac2eb59c93e098eb977a6f9c9d740a4b78efea19ffefbdba85bd5e7d592 deviceinfo"
|