xf86-video-qxl: fix undefined symbols while loading module
This commit is contained in:
parent
5c2684fb88
commit
e464d2517e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xf86-video-qxl'
|
||||
pkgname=xf86-video-qxl
|
||||
version=0.1.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake m4 xorg-util-macros libtool pkg-config"
|
||||
makedepends="xorg-server-devel spice-protocol xorgproto"
|
||||
|
@ -13,6 +13,9 @@ homepage="https://www.x.org"
|
|||
distfiles="$XORG_SITE/driver/${pkgname}-${version}.tar.bz2"
|
||||
checksum=b18682e04503c6326f7bf7190f3ee50a3d4d69758a2a3cc9af102a6b3f114c92
|
||||
|
||||
lib32disabled=yes
|
||||
LDFLAGS="-Wl,-z,lazy"
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue