libxklavier: execute autogen.sh before configuring

This commit is contained in:
Leonid Pliushch 2019-10-28 02:00:05 +02:00 committed by Yaksh Bariya
parent 3a66fbf5b7
commit e590b16e1b
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 4 additions and 0 deletions

View File

@ -7,3 +7,7 @@ TERMUX_PKG_SRCURL=https://gitlab.freedesktop.org/archived-projects/libxklavier/-
TERMUX_PKG_SHA256=e1638599e9229e6f6267b70b02e41940b98ba29b3a37e221f6e59ff90100c3da
TERMUX_PKG_DEPENDS="glib, iso-codes, libxi, libxkbfile, libxml2, xkeyboard-config"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-xkb-base=$TERMUX_PREFIX/share/X11/xkb"
termux_step_pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}