summaryrefslogtreecommitdiffstats
path: root/system/lxterminal/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/lxterminal/README')
-rw-r--r--system/lxterminal/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/system/lxterminal/README b/system/lxterminal/README
index bf0c77122c..e6780940da 100644
--- a/system/lxterminal/README
+++ b/system/lxterminal/README
@@ -2,5 +2,8 @@ LXTerminal is a quick configurable terminal emulator, based on vte libs.
It uses a single process for each window/tab so it's very light on
resources.
-Pass the script the variable GTK3=yes if you want to link this against
-gtk+3 instead of the default gtk+2.
+If you want to build this for gtk+2, pass to the script the switch
+
+ GTK3=no
+
+you will need the additional dependency vte2 in this case