mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
libvncserver: update to 0.9.13 and use cmake
This commit is contained in:
parent
6dc734c551
commit
ce636f6f69
@ -2,23 +2,18 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libvncserver"
|
||||
PKG_VERSION="0.9.11"
|
||||
PKG_SHA256="193d630372722a532136fd25c5326b2ca1a636cbb8bf9bb115ef869c804d2894"
|
||||
PKG_VERSION="0.9.13"
|
||||
PKG_SHA256="0ae5bb9175dc0a602fe85c1cf591ac47ee5247b87f2bf164c16b05f87cbfa81a"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://libvnc.github.io/"
|
||||
PKG_URL="https://github.com/LibVNC/libvncserver/archive/LibVNCServer-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain libjpeg-turbo libpng openssl systemd"
|
||||
PKG_LONGDESC="A C library that allow you to easily implement VNC server or client functionality."
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
||||
PKG_MAINTAINER="Lukas Rusak (lrusak at irc.freenode.net)"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
||||
--enable-static \
|
||||
--with-sysroot=$SYSROOT_PREFIX \
|
||||
--with-jpeg \
|
||||
--with-png \
|
||||
--without-sdl \
|
||||
--without-gcrypt \
|
||||
--without-client-gcrypt \
|
||||
--without-gnutls"
|
||||
PKG_CMAKE_OPTS_TARGET="-DWITH_GCRYPT=0 \
|
||||
-DWITH_GNUTLS=0 \
|
||||
-DWITH_GTK=0 \
|
||||
-DWITH_SDL=0 \
|
||||
-DWITH_TIGHTVNC_FILETRANSFER=0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user