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
689 B
Text
24 lines
689 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: MartenBE <martijn.saelens@protonmail.com>
|
|
pkgname="device-samsung-matissewifi"
|
|
pkgdesc="Samsung Galaxy Tab 4 10.1"
|
|
pkgver=0.1
|
|
pkgrel=2
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-matissewifi mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="c01b85ee0663ef09e1ab634e845917cc2b3f299c849db0f7650fc56d47c2589feb743704ccc6ea7dcbf67d58cc57fe63da69c35362ee9e492d601f419a947dd2 deviceinfo"
|