xpra: add missing configuration files
This commit is contained in:
parent
55bd8a0a3a
commit
93c4d8e8b4
1 changed files with 7 additions and 2 deletions
|
@ -1,9 +1,14 @@
|
||||||
# Template file for 'xpra'
|
# Template file for 'xpra'
|
||||||
pkgname=xpra
|
pkgname=xpra
|
||||||
version=1.0
|
version=1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf"
|
conf_files="
|
||||||
|
/etc/xpra/xpra.conf
|
||||||
|
/etc/xpra/xorg.conf
|
||||||
|
/etc/xpra/conf.d/*
|
||||||
|
/etc/xpra/cuda.conf
|
||||||
|
/etc/xpra/nvenc.keys"
|
||||||
pycompile_module="xpra"
|
pycompile_module="xpra"
|
||||||
hostmakedepends="python pkg-config python-Cython"
|
hostmakedepends="python pkg-config python-Cython"
|
||||||
makedepends="ffmpeg-devel libXcomposite-devel libXdamage-devel libXrandr-devel
|
makedepends="ffmpeg-devel libXcomposite-devel libXdamage-devel libXrandr-devel
|
||||||
|
|
Loading…
Reference in a new issue