xf86-video-radeonhd: sanitize deps, bumprev.
--HG-- extra : convert_revision : 44e102a4da36a8bf8e604cd20bfebd9625724472
This commit is contained in:
parent
ce77941625
commit
be3b5ba87d
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'xf86-video-radeonhd'.
|
# Template build file for 'xf86-video-radeonhd'.
|
||||||
pkgname=xf86-video-radeonhd
|
pkgname=xf86-video-radeonhd
|
||||||
version=1.3.0
|
version=1.3.0
|
||||||
|
revision=1
|
||||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Xorg ATI Radeon HD series video driver"
|
short_desc="Xorg ATI Radeon HD series video driver"
|
||||||
|
@ -10,5 +11,10 @@ long_desc="
|
||||||
This is the video driver for ATI Radeon HD video cards for the
|
This is the video driver for ATI Radeon HD video cards for the
|
||||||
Xorg X11 server."
|
Xorg X11 server."
|
||||||
|
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
Add_dependency full xorg-server
|
Add_dependency run libpciaccess
|
||||||
|
Add_dependency run libdrm
|
||||||
|
Add_dependency run xorg-server
|
||||||
|
Add_dependency build libpciaccess-devel
|
||||||
|
Add_dependency build libdrm-devel
|
||||||
|
Add_dependency build xorg-server-devel
|
||||||
|
|
Loading…
Reference in a new issue