mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
tcl: fix long help text lines
This commit is contained in:
parent
a80b2801c0
commit
c463ef1589
@ -10,8 +10,10 @@ config BR2_PACKAGE_TCL_DEL_ENCODINGS
|
|||||||
default y
|
default y
|
||||||
depends on BR2_PACKAGE_TCL
|
depends on BR2_PACKAGE_TCL
|
||||||
help
|
help
|
||||||
Delete encoding files for TCL. If your programs do not use various tcl
|
Delete encoding files for TCL. If your programs do not use
|
||||||
character recoding functions, you may safely choose Y here.
|
various tcl character recoding functions, you may safely
|
||||||
|
choose Y here.
|
||||||
|
|
||||||
It saves approx. 1.4 Mb of space.
|
It saves approx. 1.4 Mb of space.
|
||||||
|
|
||||||
config BR2_PACKAGE_TCL_SHLIB_ONLY
|
config BR2_PACKAGE_TCL_SHLIB_ONLY
|
||||||
@ -19,5 +21,7 @@ config BR2_PACKAGE_TCL_SHLIB_ONLY
|
|||||||
default y
|
default y
|
||||||
depends on BR2_PACKAGE_TCL
|
depends on BR2_PACKAGE_TCL
|
||||||
help
|
help
|
||||||
Install only TCL shared library and not binary tcl interpreter(tclsh8.4).
|
Install only TCL shared library and not binary tcl
|
||||||
|
interpreter(tclsh8.4).
|
||||||
|
|
||||||
Saves ~14kb.
|
Saves ~14kb.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user