mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xf86-video-qxl: fix undefined symbols while loading module
This commit is contained in:
parent
5c2684fb88
commit
e464d2517e
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xf86-video-qxl'
|
# Template file for 'xf86-video-qxl'
|
||||||
pkgname=xf86-video-qxl
|
pkgname=xf86-video-qxl
|
||||||
version=0.1.5
|
version=0.1.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake m4 xorg-util-macros libtool pkg-config"
|
hostmakedepends="automake m4 xorg-util-macros libtool pkg-config"
|
||||||
makedepends="xorg-server-devel spice-protocol xorgproto"
|
makedepends="xorg-server-devel spice-protocol xorgproto"
|
||||||
|
@ -13,6 +13,9 @@ homepage="https://www.x.org"
|
||||||
distfiles="$XORG_SITE/driver/${pkgname}-${version}.tar.bz2"
|
distfiles="$XORG_SITE/driver/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=b18682e04503c6326f7bf7190f3ee50a3d4d69758a2a3cc9af102a6b3f114c92
|
checksum=b18682e04503c6326f7bf7190f3ee50a3d4d69758a2a3cc9af102a6b3f114c92
|
||||||
|
|
||||||
|
lib32disabled=yes
|
||||||
|
LDFLAGS="-Wl,-z,lazy"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue