Skip to content
Snippets Groups Projects
Commit 7df0a26b authored by Timo Teräs's avatar Timo Teräs
Browse files

community/xinput_prepare: add update_config_guess for aarch64

parent ec7a4f25
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,11 @@ source="http://github.com/downloads/tias/xinput_calibrator/xinput_calibrator-$pk
builddir="$srcdir"/xinput_calibrator-$pkgver
prepare() {
update_config_guess || return 1
default_prepare
}
build() {
cd "$builddir"
./configure --prefix=/usr \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment