xf86-video-fbturbo: rebuild against xorg-server-1.16.
This commit is contained in:
parent
889ccc7716
commit
7bd2439bd6
|
@ -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=6
|
revision=7
|
||||||
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"
|
||||||
|
@ -11,9 +11,9 @@ distfiles="https://github.com/ssvb/xf86-video-fbturbo/archive/${version}.tar.gz"
|
||||||
checksum=10411686de0a9d8b2cde300b0d68e9f1d22e3611470d357ef3afc337f123ca0f
|
checksum=10411686de0a9d8b2cde300b0d68e9f1d22e3611470d357ef3afc337f123ca0f
|
||||||
|
|
||||||
only_for_archs="armv6l armv7l"
|
only_for_archs="armv6l armv7l"
|
||||||
hostmakedepends="pkg-config xorg-server-devel>=1.15<1.16"
|
hostmakedepends="pkg-config xorg-server-devel>=1.16<1.17"
|
||||||
makedepends="libXrandr-devel xorg-server-devel>=1.15<1.16"
|
makedepends="libXrandr-devel xorg-server-devel>=1.16<1.17"
|
||||||
depends="xserver-abi-video-15_1"
|
depends="xserver-abi-video-18_1"
|
||||||
replaces="xf86-video-fbturbo>=0"
|
replaces="xf86-video-fbturbo>=0"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "armv7l" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "armv7l" ]; then
|
||||||
|
|
Loading…
Reference in New Issue