diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-14 17:30:35 +0200 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-14 17:31:03 +0200 |
commit | 97e519385603f3b00c8d79a413ccd271798241fc (patch) | |
tree | f063338a23b273e28d633e0391ce82fc9366bb52 /system/gtk-vnc/README | |
parent | 7f93f0919c18b7e50b0f2c55afb73eb085288666 (diff) |
system/gtk-vnc: Updated for version 0.5.1.
Enabled building also the gtk+3 library
and python, instrospection and vala in configure.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/gtk-vnc/README')
-rw-r--r-- | system/gtk-vnc/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/gtk-vnc/README b/system/gtk-vnc/README index d042c314b9bca..905a48097208a 100644 --- a/system/gtk-vnc/README +++ b/system/gtk-vnc/README @@ -3,3 +3,7 @@ coroutines allowing it to be completely asynchronous while remaining single threaded. It provides a core C library, and bindings for Python (PyGTK) +This script builds both the gtk+2 and gtk+3 versions of the +library: to avoid building the gtk+3 version, pass "GTK3=no" +launching the SlackBuild, like this + GTK3=no ./gtk-vnc.SlackBuild |