xpra: drop duplicate depend (broke cross)
Re-introduced with commit 968256715d
.
This commit is contained in:
parent
e1c3da77d9
commit
1407a8db28
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xpra'
|
||||
pkgname=xpra
|
||||
version=2.2.6
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python2-module
|
||||
conf_files="
|
||||
/etc/xpra/xpra.conf
|
||||
|
@ -11,8 +11,8 @@ pycompile_module="xpra"
|
|||
hostmakedepends="pkg-config python-Cython"
|
||||
makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel
|
||||
libvpx-devel libwebp-devel libxkbfile-devel pygtk-devel x264-devel"
|
||||
depends="cups pygtk python-Pillow python-PyOpenGL-accelerate python-cups
|
||||
python-dbus python-lz4 python-rencode xauth xf86-video-dummy xorg-server-xvfb"
|
||||
depends="cups pygtk python-Pillow python-cups python-dbus python-lz4
|
||||
python-rencode xauth xf86-video-dummy xorg-server-xvfb"
|
||||
short_desc="Like screen(1) for X"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
|
Loading…
Reference in New Issue