![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
24 lines
617 B
Text
24 lines
617 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Tadeo Kondrak <me@tadeo.ca>
|
|
pkgname="device-htc-m7"
|
|
pkgdesc="HTC One M7"
|
|
pkgver=0.1
|
|
pkgrel=2
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-htc-m7 mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="c7647070e211c124cc1270a5c29bfb27bd608568e64510475be885470eb189f2bee44fa9ce3402989086122047da45703ff40c0553de3d31c041862bee9a81b5 deviceinfo"
|