From 2af2e5c9c103f2253cc7dfe0c47c6d4bbcd53e48 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 21 Mar 2016 10:16:02 +0100 Subject: [PATCH] xpra: link against libwebp libwebp is listed as a bdep, but wasn't actually linked against it. --- srcpkgs/xpra/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index f72b08f7a59..13648344a4a 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,8 +1,10 @@ # Template file for 'xpra' pkgname=xpra version=0.16.2 -revision=1 +revision=2 build_style=python-module +make_build_args="--with-webp" +make_install_args="--with-webp" conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf" pycompile_module="xpra" hostmakedepends="python pkg-config python-Cython"