From b9ac9d467898e125181ea0fcb26a8781ea293c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 26 Jan 2022 20:01:58 +0100 Subject: [PATCH] libva: fix wayland build option --- srcpkgs/libva/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index cc2334fcc3c..bcf4c8003d7 100644 --- a/srcpkgs/libva/template +++ b/srcpkgs/libva/template @@ -4,8 +4,8 @@ pkgname=libva version=2.13.0 revision=1 build_style=meson -configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)" -hostmakedepends="pkg-config wayland-devel" +configure_args="-Dwith_glx=no" +hostmakedepends="pkg-config $(vopt_if wayland wayland-devel)" makedepends="libXfixes-devel libXext-devel libdrm-devel $(vopt_if wayland 'libffi-devel wayland-devel')" short_desc="Video Acceleration (VA) API"