xf86-video-fbturbo: remove sunxi specific stuff for rpi/rpi2.
I'll move the sunxi specific stuff to another pkg.
This commit is contained in:
parent
318e44af76
commit
b5c0190358
1 changed files with 1 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'xf86-video-fbturbo'.
|
# Template build file for 'xf86-video-fbturbo'.
|
||||||
pkgname=xf86-video-fbturbo
|
pkgname=xf86-video-fbturbo
|
||||||
version=0.4.0
|
version=0.4.0
|
||||||
revision=8
|
revision=9
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Xorg DDX driver for Allwinner A10/A13 and other ARM devices"
|
short_desc="Xorg DDX driver for Allwinner A10/A13 and other ARM devices"
|
||||||
homepage="http://github.com/ssvb/xf86-video-fbturbo"
|
homepage="http://github.com/ssvb/xf86-video-fbturbo"
|
||||||
|
@ -14,15 +14,6 @@ only_for_archs="armv6l armv7l"
|
||||||
hostmakedepends="pkg-config xorg-server-devel"
|
hostmakedepends="pkg-config xorg-server-devel"
|
||||||
makedepends="libXrandr-devel xorg-server-devel"
|
makedepends="libXrandr-devel xorg-server-devel"
|
||||||
depends="virtual?xserver-abi-video-19_1"
|
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() {
|
post_install() {
|
||||||
vinstall xorg.conf 644 etc/X11/xorg.conf.d 99-fbturbo.conf
|
vinstall xorg.conf 644 etc/X11/xorg.conf.d 99-fbturbo.conf
|
||||||
|
|
Loading…
Reference in a new issue