mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Template file for 'xpra'
|
# Template file for 'xpra'
|
||||||
pkgname=xpra
|
pkgname=xpra
|
||||||
version=0.16.2
|
version=0.16.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
make_build_args="--with-webp"
|
||||||
|
make_install_args="--with-webp"
|
||||||
conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf"
|
conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf"
|
||||||
pycompile_module="xpra"
|
pycompile_module="xpra"
|
||||||
hostmakedepends="python pkg-config python-Cython"
|
hostmakedepends="python pkg-config python-Cython"
|
||||||
|
|
Loading…
Add table
Reference in a new issue