summaryrefslogtreecommitdiffstats
path: root/meta/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/local.conf.sample')
-rw-r--r--meta/conf/local.conf.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 9bff292980..9c58e6bc0c 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -170,3 +170,10 @@ ENABLE_BINARY_LOCALE_GENERATION = "1"
170# out if that is desired 170# out if that is desired
171NO32LIBS = "1" 171NO32LIBS = "1"
172 172
173# If you do not use (or have installed) gnome-terminal you will need to
174# uncomment these variables and set them to the terminal you wish to use
175# when resolving patches which cannot be applied
176# Supported shell prefixes for *_TERMCMD and *_TERMCMDRUN ARE:
177# GNOME, SCREEN, XTERM and KONSOLE
178#TERMCMD = "${KONSOLE_TERMCMD}"
179#TERMCMDRUN = "${KONSOLE_TERMCMDRUN}"