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
644 B
Text
23 lines
644 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: JBBgameich <jbbgameich@gmail.com>
|
|
pkgname="device-bq-chaozu"
|
|
pkgdesc="Aquaris U"
|
|
pkgver=0.1
|
|
pkgrel=4
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-bq-chaozu mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="13a435218828789fc67cdaa221c934304be8eb1ec1ccb2bfd4a4a19fc8c3b3dc7147789e873b464d444799fbbece659fcdad016aa8af53e90efe6fdc15e306ad deviceinfo"
|