summaryrefslogtreecommitdiffstats
path: root/desktop/zenity/README
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/zenity/README')
-rw-r--r--desktop/zenity/README13
1 files changed, 10 insertions, 3 deletions
diff --git a/desktop/zenity/README b/desktop/zenity/README
index 0abb6d90d8..9ecb1efdd8 100644
--- a/desktop/zenity/README
+++ b/desktop/zenity/README
@@ -1,3 +1,10 @@
-Zenity is a tool that allows you to display Gtk+ dialog boxes from
-the command line and through shell scripts. It is similar to
-gdialog, but is intended to be saner.
+Zenity is a tool that allows you to display GTK dialog boxes from
+the command line and through shell scripts. It is designed to be
+similar to the classic `dialog` program, but with a GUI interface.
+
+OPTIONAL DEPENDENCIES:
+
+* webkit2gtk >= 2.8.1
+
+ To enable: pass `WEBKITGTK=true` as an option to the slackbuild.
+ If this is not specified, it will default to `false`.