mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-26 20:26:41 +00:00
Merge pull request #903 from chewitt/fix-touchscreen
touchscreen: limit build projects and use autoreconf for tslib
This commit is contained in:
commit
3d2acf64d8
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain evtest"
|
|||||||
PKG_SECTION="service/system"
|
PKG_SECTION="service/system"
|
||||||
PKG_SHORTDESC="Touchscreen access library with ts_uinput_touch daemon."
|
PKG_SHORTDESC="Touchscreen access library with ts_uinput_touch daemon."
|
||||||
PKG_LONGDESC="Touchscreen access library with ts_uinput_touch daemon."
|
PKG_LONGDESC="Touchscreen access library with ts_uinput_touch daemon."
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="yes"
|
||||||
|
|
||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ PKG_NAME="touchscreen"
|
|||||||
PKG_VERSION="1.0"
|
PKG_VERSION="1.0"
|
||||||
PKG_REV="100"
|
PKG_REV="100"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
|
PKG_ADDON_PROJECTS="Generic RPi RPi2 imx6"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE=""
|
PKG_SITE=""
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user