PKGNAME=gtk-vnc
PKGSEC=gnome
PKGDEP="libgcrypt gtk-3 gnutls pulseaudio"
BUILDDEP="gobject-introspection vala"
PKGDES="VNC viewer widget for GTK"

MESON_AFTER=(
    '-Dintrospection=enabled'
    '-Dpulseaudio=enabled'
    '-Dsasl=enabled'
    '-Dwith-coroutine=auto'
    '-Dwith-tls-priority=auto'
    '-Dwith-vala=enabled'
    '-Dgi-docs=disabled'
    '-Dvalgrind=false'
)
