From b5c0190358fb3efb2118b0d08b3346cd2abcb486 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 7 Apr 2015 11:05:20 +0200 Subject: [PATCH] xf86-video-fbturbo: remove sunxi specific stuff for rpi/rpi2. I'll move the sunxi specific stuff to another pkg. --- srcpkgs/xf86-video-fbturbo/template | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/srcpkgs/xf86-video-fbturbo/template b/srcpkgs/xf86-video-fbturbo/template index 59f25b904c9..57dbd74c64f 100644 --- a/srcpkgs/xf86-video-fbturbo/template +++ b/srcpkgs/xf86-video-fbturbo/template @@ -1,7 +1,7 @@ # Template build file for 'xf86-video-fbturbo'. pkgname=xf86-video-fbturbo version=0.4.0 -revision=8 +revision=9 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" @@ -14,15 +14,6 @@ only_for_archs="armv6l armv7l" hostmakedepends="pkg-config xorg-server-devel" makedepends="libXrandr-devel xorg-server-devel" depends="virtual?xserver-abi-video-19_1" -replaces="xf86-video-fbturbo>=0" - -if [ "$XBPS_TARGET_MACHINE" = "armv7l" ]; then - makedepends+=" sunxi-mali-devel" -fi - -pre_configure() { - cp /usr/include/xorg/dri2.h src -} post_install() { vinstall xorg.conf 644 etc/X11/xorg.conf.d 99-fbturbo.conf