mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
libva: do not depend on libva-intel-driver/vdpau-video, cyclic deps.
This commit is contained in:
parent
bc19a2f0e1
commit
c722262642
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'libva'
|
# Template file for 'libva'
|
||||||
pkgname=libva
|
pkgname=libva
|
||||||
version=1.0.15
|
version=1.0.15
|
||||||
|
revision=1
|
||||||
distfiles="http://cgit.freedesktop.org/libva/snapshot/libva-$version.tar.bz2"
|
distfiles="http://cgit.freedesktop.org/libva/snapshot/libva-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Video Acceleration (VA) API"
|
short_desc="Video Acceleration (VA) API"
|
||||||
|
@ -21,8 +22,6 @@ Add_dependency run libXext
|
||||||
Add_dependency run libdrm
|
Add_dependency run libdrm
|
||||||
Add_dependency run libXfixes
|
Add_dependency run libXfixes
|
||||||
Add_dependency run MesaLib
|
Add_dependency run MesaLib
|
||||||
Add_dependency run libva-intel-driver ">=${version}" # Intel graphics backend
|
|
||||||
Add_dependency run vdpau-video # VDPAU backend
|
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build automake
|
Add_dependency build automake
|
||||||
|
|
Loading…
Add table
Reference in a new issue