diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-05-31 03:17:33 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-05-31 03:17:33 +0000 |
commit | c4f10a81ae9e3654d338c8a13d097866c27a7891 (patch) | |
tree | 2c561ab22e69a42030b741cf5ea7938130510a5f /package/tcl/Config.in | |
parent | 56d91e951a722b510be339f7699a3a847d5d1a69 (diff) | |
download | buildroot-novena-c4f10a81ae9e3654d338c8a13d097866c27a7891.tar.gz buildroot-novena-c4f10a81ae9e3654d338c8a13d097866c27a7891.zip |
Applied patch to add TCL version 8.4.9 for buildroot submitted by
Ivan Daniluk on May 30 01:28:31 MDT 2005.
Diffstat (limited to 'package/tcl/Config.in')
-rw-r--r-- | package/tcl/Config.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/package/tcl/Config.in b/package/tcl/Config.in new file mode 100644 index 000000000..1f75266f0 --- /dev/null +++ b/package/tcl/Config.in @@ -0,0 +1,24 @@ +config BR2_PACKAGE_TCL + bool "tcl" + default n + help + TCL(Tool Command Language) is a simple textual language. + + http://www.tcl.tk + +config BR2_PACKAGE_TCL_DEL_ENCODINGS + bool "delete encodings (saves 1.4Mb)" + default y + depends BR2_PACKAGE_TCL + help + Delete encoding files for TCL. If your programs do not use various tcl + character recoding functions, you may safely choose Y here. + It saves approx. 1.4 Mb of space. + +config BR2_PACKAGE_TCL_SHLIB_ONLY + bool "install only shared library" + default y + depends BR2_PACKAGE_TCL + help + Install only TCL shared library and not binary tcl interpreter(tclsh8.4). + Saves ~14kb. |