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
611 B
Text
23 lines
611 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: rrooij
|
|
pkgname="device-asus-tf101"
|
|
pkgdesc="Asus Eee Pad Transformer"
|
|
pkgver=0.2
|
|
pkgrel=7
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-asus-tf101 mkbootimg blobtools"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="0c81935727933bbbd235da4a5a4ff3c475980fb8e643d49a2c2ce827f7ed0a7a634d50d91df195d04343cc97f9a3355b6aa321231be189acc767adc4942230cc deviceinfo"
|