mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
xf86-video-ati: sanitize deps, bumprev.
--HG-- extra : convert_revision : c0146fcbab96398abc1eed7ea086d8b73882ebf3
This commit is contained in:
parent
d27ab95bab
commit
8fbdfd90af
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'xf86-video-ati'.
|
# Template build file for 'xf86-video-ati'.
|
||||||
pkgname=xf86-video-ati
|
pkgname=xf86-video-ati
|
||||||
version=6.12.4
|
version=6.12.4
|
||||||
|
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 video driver"
|
short_desc="Xorg ATI Radeon video driver"
|
||||||
|
@ -9,5 +10,10 @@ checksum=cfde066a7087a19b624f79e95cb9a6c97a847b8802cf38d4ae6022758bf338f6
|
||||||
long_desc="
|
long_desc="
|
||||||
This is the video driver for ATI Radeon cards for the Xorg X11 server."
|
This is the video driver for ATI Radeon cards for the Xorg X11 server."
|
||||||
|
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
|
Add_dependency run libpciaccess
|
||||||
|
Add_dependency run libdrm
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build libpciaccess-devel
|
||||||
|
Add_dependency build libdrm-devel
|
||||||
Add_dependency full xorg-server
|
Add_dependency full xorg-server
|
||||||
|
|
Loading…
Add table
Reference in a new issue