From d67188723cd9f9ddc2542c5946d17414ab009ffc Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Mon, 14 Oct 2019 23:40:44 -0500 Subject: [PATCH] libva: add wayland build_option --- srcpkgs/libva/template | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index 9e38a090ece..dec3914117d 100644 --- a/srcpkgs/libva/template +++ b/srcpkgs/libva/template @@ -3,9 +3,11 @@ pkgname=libva version=2.5.0 revision=1 build_style=meson -configure_args="-Dwith_glx=no -Dwith_wayland=yes -Dwith_egl=yes" -hostmakedepends="pkg-config wayland-devel" -makedepends="libXfixes-devel libXext-devel libdrm-devel wayland-devel" +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)" short_desc="Video Acceleration (VA) API" maintainer="Orphaned " license="MIT" @@ -14,12 +16,15 @@ changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS" distfiles="https://github.com/intel/libva/archive/${version}.tar.gz" checksum=9b6264dade6b6d3edb59c6c4f3c9217d1d5a195635fc07da875d565f58624418 +build_options="wayland" +build_options_default="wayland" + post_install() { vlicense COPYING } libva-devel_package() { - depends="wayland-devel ${sourcepkg}>=${version}_${revision}" + depends="$(vopt_if wayland wayland-devel) ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include