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: Magnus Gulin <mgulin@abo.fi>
|
|
pkgname="device-nokia-rm885"
|
|
pkgdesc="Lumia 720"
|
|
pkgver=0.1
|
|
pkgrel=5
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-nokia-rm885 mkbootimg mdss-fb-init-hack mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="eec5f7fa3f0aadb6b69cb6d821e4394ee7169b826deb1524a73989beb83e2d421519940c6c3e30975c3dadd88281812901bba8043a5c75268a49fef31d043707 deviceinfo"
|