libva: needs libffi in target if built w/ wayland

This commit is contained in:
Jürgen Buchmüller 2020-04-07 18:28:45 +02:00
parent f510020c87
commit 07cf813282

View file

@ -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"