summaryrefslogtreecommitdiffstats
path: root/rules/libxcvt.in
blob: ec2645b791f89063450f90caedf467a7052f7ac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## SECTION=multimedia_xorg_lib

config LIBXCVT
	tristate
	select HOST_MESON
	prompt "libxcvt"
	help
	  libxcvt is a library providing a standalone version of the X server
	  implementation of the VESA CVT standard timing modelines generator.

if LIBXCVT

config LIBXCVT_TOOL
	bool
	prompt "install cvt cmdline tool"
	help
	  Install cvt commandline tool to generate CVT timings.

endif