Merge pull request #903 from chewitt/fix-touchscreen

touchscreen: limit build projects and use autoreconf for tslib
This commit is contained in:
Peter V 2016-11-02 16:31:43 +01:00 committed by GitHub
commit 3d2acf64d8
2 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain evtest"
PKG_SECTION="service/system"
PKG_SHORTDESC="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"

View File

@ -20,6 +20,7 @@ PKG_NAME="touchscreen"
PKG_VERSION="1.0"
PKG_REV="100"
PKG_ARCH="any"
PKG_ADDON_PROJECTS="Generic RPi RPi2 imx6"
PKG_LICENSE="GPL"
PKG_SITE=""
PKG_URL=""