summaryrefslogtreecommitdiffstats
path: root/rules/tk.in
blob: 66fd34363f99e93cfd3ef59fbd2f7b103df8c66b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
## 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