touchscreen: limit build projects and use autoreconf for tslib

This commit is contained in:
chewitt 2016-11-02 15:16:55 +00:00
parent 7de58acafd
commit 6076e94851
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=""