main/xf86-input-mouse: rebuild against xorg-input-abi 24.1

Remove custom prepare function
This commit is contained in:
prspkt 2018-07-22 09:36:15 +03:00 committed by Natanael Copa
parent ab4e034c8b
commit 28d8777ca1

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-input-mouse
pkgver=1.9.3
pkgrel=0
pkgrel=1
pkgdesc="X.org mouse input driver"
url="https://www.x.org"
arch="all"
@ -13,11 +13,6 @@ source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver"
prepare() {
cd "$builddir"
default_prepare
}
build() {
cd "$builddir"
export LDFLAGS="$LDFLAGS -Wl,-z,lazy"