xkbcomp: disable autoreconf

This commit is contained in:
awiouy 2016-10-21 18:02:00 +02:00
parent 454cd85c2f
commit c4349acf19

View File

@ -29,7 +29,7 @@ PKG_SHORTDESC="xkbcomp: Compiles XKB keyboard description"
PKG_LONGDESC="The xkbcomp keymap compiler converts a description of an XKB keymap into one of several output formats." PKG_LONGDESC="The xkbcomp keymap compiler converts a description of an XKB keymap into one of several output formats."
PKG_IS_ADDON="no" PKG_IS_ADDON="no"
PKG_AUTORECONF="yes" PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--with-xkb-config-root=$XORG_PATH_XKB" PKG_CONFIGURE_OPTS_TARGET="--with-xkb-config-root=$XORG_PATH_XKB"