mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 02:53:50 +02:00
xf86-video-openchrome: rebuild against xserver-abi-video-24
This commit is contained in:
parent
d1532655d3
commit
b9c11416aa
1 changed files with 6 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template build file for 'xf86-video-openchrome'.
|
# Template build file for 'xf86-video-openchrome'.
|
||||||
pkgname=xf86-video-openchrome
|
pkgname=xf86-video-openchrome
|
||||||
version=0.6.0
|
version=0.6.0
|
||||||
revision=1
|
revision=2
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="xorg-server-devel libXvMC-devel"
|
makedepends="xorg-server-devel libXvMC-devel"
|
||||||
depends="virtual?xserver-abi-video-23_1"
|
depends="virtual?xserver-abi-video-24_1"
|
||||||
short_desc="Xorg driver for VIA IGPs"
|
short_desc="Xorg driver for VIA IGPs"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="http://xorg.freedesktop.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -17,6 +17,10 @@ checksum=da2975c6379358de52c1257710c67eb59139a7f0a1cd28d00cc64cc3e1c02f75
|
||||||
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"
|
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"
|
||||||
LDFLAGS="-Wl,-z,lazy"
|
LDFLAGS="-Wl,-z,lazy"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
arm*|aarch*) broken="requires sarea.h which isn't present in cross-compiled arm" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue