xpra: link against libwebp
libwebp is listed as a bdep, but wasn't actually linked against it.
This commit is contained in:
parent
b27a063fcc
commit
2af2e5c9c1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue