mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/xinput_prepare: add update_config_guess for aarch64
This commit is contained in:
parent
ec7a4f2536
commit
7df0a26bb6
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user