xf86-video-vesa: only for x86
This commit is contained in:
parent
f7a4145e53
commit
e580274610
1 changed files with 5 additions and 4 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template build file for 'xf86-video-vesa'.
|
# Template file for 'xf86-video-vesa'
|
||||||
pkgname=xf86-video-vesa
|
pkgname=xf86-video-vesa
|
||||||
version=2.4.0
|
version=2.4.0
|
||||||
revision=2
|
revision=2
|
||||||
lib32disabled=yes
|
archs="x86_64* i686*"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="xorg-server-devel"
|
makedepends="xorg-server-devel"
|
||||||
depends="virtual?xserver-abi-video-24_1"
|
depends="virtual?xserver-abi-video-24_1"
|
||||||
short_desc="Xorg VESA video driver"
|
short_desc="Xorg VESA video driver"
|
||||||
homepage="http://xorg.freedesktop.org"
|
|
||||||
license="MIT"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="http://xorg.freedesktop.org"
|
||||||
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=bf443c94d7bf6cd4e248f8a3147f4647be04dc4c80250d9405006263bbdee38c
|
checksum=bf443c94d7bf6cd4e248f8a3147f4647be04dc4c80250d9405006263bbdee38c
|
||||||
|
lib32disabled=yes
|
||||||
|
|
||||||
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"
|
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"
|
||||||
LDFLAGS="-Wl,-z,lazy"
|
LDFLAGS="-Wl,-z,lazy"
|
||||||
|
|
Loading…
Reference in a new issue