1*4882a593Smuzhiyunconfig BR2_PACKAGE_TK 2*4882a593Smuzhiyun bool "tk" 3*4882a593Smuzhiyun depends on BR2_USE_MMU # tcl 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # tcl 5*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # tcl 6*4882a593Smuzhiyun depends on BR2_PACKAGE_XORG7 7*4882a593Smuzhiyun select BR2_PACKAGE_TCL 8*4882a593Smuzhiyun select BR2_PACKAGE_XLIB_LIBX11 9*4882a593Smuzhiyun select BR2_PACKAGE_XLIB_LIBXFT 10*4882a593Smuzhiyun help 11*4882a593Smuzhiyun A windowing toolkit for use with tcl 12*4882a593Smuzhiyun 13*4882a593Smuzhiyun http://www.tcl.tk 14*4882a593Smuzhiyun 15*4882a593Smuzhiyuncomment "tk needs a toolchain w/ threads, dynamic library" 16*4882a593Smuzhiyun depends on BR2_USE_MMU 17*4882a593Smuzhiyun depends on BR2_PACKAGE_XORG7 18*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS 19