openbsd-ports/x11/gtk-vnc/pkg/DESCR
ajacoutot 64ac699bfe Add support and default to gtk+3.
Add a gtk2 FLAVOR. Remove python bindings (which are unused) and the
browser plugin which is gtk2-only.
Don't install the example binary.

ok jasper@
2011-07-15 07:06:06 +00:00

8 lines
333 B
Plaintext

gtk-vnc is a project providing client side APIs for the RFB protocol /
VNC remote desktop technology.
It is built using coroutines allowing it to be completely asynchronous
while remaining single threaded. It provides two core C libraries,
libgvnc for interacting with the core RFB protocol and libgtk-vnc for a
GTK display widget.