xf86-video-fbturbo: build with libUMP support on armv7 via sunxi-mali.

This commit is contained in:
Juan RP 2014-01-29 13:41:28 +01:00
parent acdfadd151
commit 21621a4646

View file

@ -1,7 +1,7 @@
# Template build file for 'xf86-video-fbturbo'.
pkgname=xf86-video-fbturbo
version=0.4.0
revision=2
revision=3
build_style=gnu-configure
short_desc="Xorg DDX driver for Allwinner A10/A13 and other ARM devices"
homepage="http://github.com/ssvb/xf86-video-fbturbo"
@ -13,10 +13,14 @@ checksum=10411686de0a9d8b2cde300b0d68e9f1d22e3611470d357ef3afc337f123ca0f
only_for_archs="armv6l armv7l"
hostmakedepends="pkg-config xorg-server-devel>=1.14"
makedepends="libump-devel-git libXrandr-devel xorg-server-devel>=1.14"
makedepends="libXrandr-devel xorg-server-devel>=1.14"
depends="xserver-abi-video-14_1"
replaces="xf86-video-fbturbo>=0"
if [ "$XBPS_TARGET_MACHINE" = "armv7l" ]; then
makedepends+=" sunxi-mali-devel>=20140127_2"
fi
pre_configure() {
cp /usr/include/xorg/dri2.h src
}