Merge pull request #6761 from lrusak/addon-maintainer

libvncserver: remove PKG_MAINTAINER
This commit is contained in:
Christian Hewitt 2022-08-03 06:58:22 +03:00 committed by GitHub
commit 1abc0646ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,6 @@ PKG_URL="https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${PKG_VERSI
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_MAINTAINER="Lukas Rusak (lrusak at irc.freenode.net)"
PKG_CMAKE_OPTS_TARGET="-DWITH_GCRYPT=0 \
-DWITH_GNUTLS=0 \
-DWITH_GTK=0 \