## SECTION=staging ## old section: ### SECTION=multimedia_tk menuconfig TK tristate prompt "tk (tcl/tk) " select TCL select LIBC_M select LIBC_DL select LIBC_PTHREAD select XORG_LIB_X11 select XORG_LIB_XFT if TK_XFT help Tk is a graphical extension to Tcl (Tool Command Language) STAGING: remove in ptxdist-2019.07.0 Old obsolete and unmaintained. if TK config TK_WISH bool prompt "install wish" help Install the TK shell 'wish'. More for development, most of the time not required. config TK_THREADS bool prompt "enable thread support" help Build the TK engine with thread support. This may speed down non thread scripts. config TK_XFT bool prompt "use freetype/fontconfig/xft" help Use freetype/fontconfig/xft for font handling. Note: Currently very broken config TK_TTK bool prompt "install fancy new widgets" help Install the fancy new TTK widgets on the target. Note: Currently untested endif