libxkbfile: disable autoreconf

This commit is contained in:
awiouy 2016-10-21 18:05:53 +02:00
parent 03c6b2529a
commit e08546b1b0

View File

@ -29,6 +29,6 @@ PKG_SHORTDESC="libxkbfile: X11 keyboard file manipulation library"
PKG_LONGDESC="Libxkbfile provides an interface to read and manipulate description files for XKB, the X11 keyboard configuration extension."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"