libevdev: disable autoreconf

This commit is contained in:
awiouy 2016-10-21 17:47:53 +02:00
parent 0fe32e7d78
commit faa855e465

View File

@ -29,7 +29,7 @@ PKG_SHORTDESC="libevdev: a wrapper library for evdev devices."
PKG_LONGDESC="libevdev is a wrapper library for evdev devices. it moves the common tasks when dealing with evdev devices into a library and provides a library interface to the callers, thus avoiding erroneous ioctls, etc."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--enable-shared --disable-static"