libvncserver: remove PKG_MAINTAINER

This commit is contained in:
Lukas Rusak 2022-08-02 20:14:30 -07:00
parent 09ac3b6030
commit 56e30c407c
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

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 \