]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/tk/Config.in
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / tk / Config.in
1 config BR2_PACKAGE_TK
2         bool "tk"
3         depends on BR2_USE_MMU # tcl
4         depends on BR2_TOOLCHAIN_HAS_THREADS # tcl
5         depends on !BR2_STATIC_LIBS # tcl
6         depends on BR2_PACKAGE_XORG7
7         select BR2_PACKAGE_TCL
8         select BR2_PACKAGE_XLIB_LIBX11
9         select BR2_PACKAGE_XLIB_LIBXFT
10         help
11           A windowing toolkit for use with tcl
12
13           http://www.tcl.tk
14
15 comment "tk needs a toolchain w/ threads, dynamic library"
16         depends on BR2_USE_MMU
17         depends on BR2_PACKAGE_XORG7
18         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS