diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/local.conf.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index c33dc0e14..812b896ba 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -186,3 +186,6 @@ NO32LIBS = "1" # GNOME, SCREEN, XTERM and KONSOLE #TERMCMD = "${KONSOLE_TERMCMD}" #TERMCMDRUN = "${KONSOLE_TERMCMDRUN}" + +# Uncomment this if your host distribution provides the help2man tool. +#ASSUME_PROVIDED += "help2man-native" |