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
24 lines
650 B
Text
24 lines
650 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Konrad Dybcio <konrad.dybcio@outlook.com>
|
|
pkgname="device-sony-tulip"
|
|
pkgdesc="Sony Xperia M4 Aqua"
|
|
pkgver=0.1
|
|
pkgrel=3
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-sony-tulip mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="0c1fa7666f41fe0e9c0b932a4ef388b431ed9be65413fd0d26516d3895121e2a745020fec828231f199fa687fb95f61375aa2f881399251d4634e0022f920b20 deviceinfo"
|