summaryrefslogtreecommitdiffstats
path: root/rules/fluxbox.in
blob: 74f91c031bc80d1ab532afc84d8a3699fa228303 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
## SECTION=x_windowmanagers

menuconfig FLUXBOX
	tristate
	select XORG_LIB_ICE
	select XORG_LIB_SM
	select XORG_LIB_X11
	select XORG_LIB_XPM		if FLUXBOX_XPM
	select XORG_LIB_XFT		if FLUXBOX_XFT
	select XORG_LIB_XINERAMA	if FLUXBOX_XINERAMA
	select LIBC_M
	select GCCLIBS_CXX
	select GCCLIBS_GCC_S
#	select FIXME if FLUXBOX_IMLIB2
	prompt "fluxbox                       "
	help
	  Fluxbox is a fork of the original Blackbox 0.61.1 sourcecode with
	  different goals.
	  For more information and extensive documentation go to:
	        http://fluxbox.org/version-0.9.php

if FLUXBOX
config FLUXBOX_IMLIB2
	bool
	# imlib2 ist not in PTXdist
	depends on BROKEN
	prompt "imlib based theme support"
	help
	  --enable-imlib2         Imlib2 (pixmap themes) support

config FLUXBOX_XPM
	bool
	prompt "xpm based theme support"
	help
	  --enable-xpm            Xpm (pixmap themes) support

config FLUXBOX_XFT
	bool
	prompt "Antialiasing font support"
	help
	  Fluxbox can use the Xft library to perform anti-aliased text
	  rendering.

config FLUXBOX_XINERAMA
	bool
	prompt "Xinerama support"
	help
	  whether to build support for the Xinerama extension

config FLUXBOX_THEMES
	bool
	prompt "install themes"
	help
	  Enable this entry to select some themes fluxbox provides

if FLUXBOX_THEMES
config FLUXBOX_THEMES_ARCH
	bool
	depends on FLUXBOX_XPM
	prompt "Arch"

config FLUXBOX_THEMES_BLOE
	bool
	depends on FLUXBOX_XPM
	prompt "Bloe"

config FLUXBOX_THEMES_BLUEFLUX
	bool
	depends on FLUXBOX_XPM
	prompt "BlueFlux"

config FLUXBOX_THEMES_BORABLACK
	bool
	prompt "Bora Black"

config FLUXBOX_THEMES_BORABLUE
	bool
	prompt "Bora Blue"

config FLUXBOX_THEMES_BORAGREEN
	bool
	prompt "Bora Green"

config FLUXBOX_THEMES_CARP
	bool
	prompt "Carp"

config FLUXBOX_THEMES_EMERGE
	bool
	depends on FLUXBOX_XPM
	prompt "Emerge"

config FLUXBOX_THEMES_GREENTEA
	bool
	prompt "Green Tea"

config FLUXBOX_THEMES_OSTRICH
	bool
	prompt "Ostrich"

config FLUXBOX_THEMES_ZIMEKBISQUE
	bool
	prompt "Zimek Bisque"

config FLUXBOX_THEMES_ZIMEKDARKBLUE
	bool
	prompt "Zimek Dark Blue"

config FLUXBOX_THEMES_ZIMEKGREEN
	bool
	prompt "Zimek Green"

choice
	prompt "Default theme"
	depends on FLUXBOX_XPM

config FLUXBOX_DEFAULT_THEME_ARCH
	bool
	depends on FLUXBOX_THEMES_ARCH
	prompt "Arch"

config FLUXBOX_DEFAULT_THEME_BLOE
	bool
	depends on FLUXBOX_THEMES_BLOE
	prompt "Bloe"

config FLUXBOX_DEFAULT_THEME_BLUEFLUX
	bool
	depends on FLUXBOX_THEMES_BLUEFLUX
	prompt "Blue Flux"

config FLUXBOX_DEFAULT_THEME_EMERGE
	bool
	depends on FLUXBOX_THEMES_EMERGE
	prompt "Emerge"

endchoice

endif
endif