From 07cf8132825dab079c42222fee34e912e5a836d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 7 Apr 2020 18:28:45 +0200 Subject: [PATCH] libva: needs libffi in target if built w/ wayland --- srcpkgs/libva/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index 629aa449fa..fca19726ad 100644 --- a/srcpkgs/libva/template +++ b/srcpkgs/libva/template @@ -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 " license="MIT"