summaryrefslogtreecommitdiffstats
path: root/rules/fbterm.in
blob: 2dc478f9b7239feac134b729e62305a33e75d6fb (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
## SECTION=multimedia_framebuffer

menuconfig FBTERM
	tristate
	prompt "fbterm                        "
	select FREETYPE
	select FONTCONFIG
	select GPM if FBTERM_GPM
	help
	  Framebuffer terminal. Supports unicode and uses fontconfig and Freetype
	  for font rendering. Thus is has support for anti-aliased fonts.

if FBTERM

config FBTERM_GPM
	bool
	depends on STAGING
	prompt "Build fbterm with gpm support"
	help
	  If enabled, fbterm is built with console mouse support. The required
	  'gpm' package is automatically selected.

endif

# vim: set ts=8 sw=8 noet ft=kconfig: