libva: needs libffi in target if built w/ wayland
This commit is contained in:
parent
f510020c87
commit
07cf813282
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)
|
|||
-Dwith_egl=yes"
|
||||
hostmakedepends="pkg-config $(vopt_if wayland wayland-devel)"
|
||||
makedepends="libXfixes-devel libXext-devel libdrm-devel
|
||||
$(vopt_if wayland wayland-devel)"
|
||||
$(vopt_if wayland 'libffi-devel wayland-devel')"
|
||||
short_desc="Video Acceleration (VA) API"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Add table
Reference in a new issue