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
658 B
Text
23 lines
658 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname="device-lg-bullhead"
|
|
pkgdesc="Google Nexus 5X"
|
|
pkgver=0.1
|
|
pkgrel=9
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-lg-bullhead mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="ef3feef81de1be008ba35a33a9db6fe2d1efdf0dd8d69d5b1d0c3937b77b0b275d91b59ab95a69e60ff6082dfd2f929a2ca20270ce0b7596b2f4cc7944b229df deviceinfo"
|