tigervnc: depend on openssl

This commit is contained in:
Leonid Pliushch 2018-09-12 02:24:30 +03:00 committed by Yaksh Bariya
parent 2a807e88ba
commit 08ed27315c
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@ TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
TERMUX_PKG_HOMEPAGE=http://www.tigervnc.org/
TERMUX_PKG_VERSION=1.9.0
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_DESCRIPTION="Suite of VNC servers. Based on the VNC 4 branch of TightVNC."
TERMUX_PKG_SRCURL=https://github.com/TigerVNC/tigervnc/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=f15ced8500ec56356c3bf271f52e58ed83729118361c7103eab64a618441f740
TERMUX_PKG_DEPENDS="libandroid-shmem, libc++, fltk, libdrm, libgcrypt, libgnutls, libjpeg-turbo, libmesa, libpixman, libxdamage, libxfont2, libxshmfence, perl, xkeyboard-config, xorg-xauth, xorg-xvfb"
TERMUX_PKG_DEPENDS="libandroid-shmem, libc++, fltk, libdrm, libgcrypt, libgnutls, libjpeg-turbo, libmesa, libpixman, libxdamage, libxfont2, libxshmfence, openssl, perl, xkeyboard-config, xorg-xauth, xorg-xvfb"
TERMUX_PKG_BUILD_DEPENDS="xorgproto, xorg-font-util, xorg-util-macros, xtrans"
TERMUX_PKG_FOLDERNAME=tigervnc-${TERMUX_PKG_VERSION}