xf86-video-dummy: update to 0.3.8
This commit is contained in:
parent
0faa2c5ed6
commit
8e7f55c851
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'xf86-video-dummy'.
|
# Template build file for 'xf86-video-dummy'.
|
||||||
pkgname=xf86-video-dummy
|
pkgname=xf86-video-dummy
|
||||||
version=0.3.7
|
version=0.3.8
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -9,12 +9,11 @@ makedepends="xorg-server-devel"
|
||||||
depends="virtual?xserver-abi-video-20_1"
|
depends="virtual?xserver-abi-video-20_1"
|
||||||
short_desc="Xorg dummy video driver"
|
short_desc="Xorg dummy video driver"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="http://xorg.freedesktop.org"
|
||||||
license="custom"
|
license="MIT"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=56f84fcbc515685529ad8e10bca1072731d9c096b97c5d35ddc95cd589b98680
|
checksum=3712bb869307233491e4c570732d6073c0dc3d99adfdb9977396a3fdf84e95b9
|
||||||
|
|
||||||
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"
|
|
||||||
LDFLAGS="-Wl,-z,lazy"
|
LDFLAGS="-Wl,-z,lazy"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue