mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/xf86-input-mouse: rebuild against xorg-input-abi 24.1
Remove custom prepare function
This commit is contained in:
parent
ab4e034c8b
commit
28d8777ca1
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user