xpra: enable HW acceleration
This commit is contained in:
parent
a73fcb06e7
commit
381f7815d0
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xpra'
|
||||
pkgname=xpra
|
||||
version=0.17.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python-module
|
||||
make_build_args="--with-webp"
|
||||
make_install_args="--with-webp"
|
||||
|
@ -11,7 +11,8 @@ hostmakedepends="python pkg-config python-Cython"
|
|||
makedepends="pygtk-devel libXtst-devel libXrandr-devel
|
||||
libxkbfile-devel libXcomposite-devel libXdamage-devel x264-devel libwebp-devel
|
||||
libvpx-devel"
|
||||
depends="pygtk python-Pillow xorg-server-xvfb python-rencode"
|
||||
depends="pygtk python-Pillow xorg-server-xvfb python-rencode
|
||||
python-gtkglext libopencv-python python-cryptography" # Includes python modules needed for HW acceleration
|
||||
short_desc="Like screen(1) for X"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
|
Loading…
Reference in a new issue