summaryrefslogtreecommitdiffstats
path: root/rules/neatvnc.in
blob: 9871a645dee896e5db4a4e06151c8a4039296df6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## SECTION=system_libraries

menuconfig NEATVNC
	tristate
	select HOST_MESON
	select PIXMAN
	select ZLIB
	select AML
	select LIBJPEG		if NEATVNC_JPEG
	select LIBJPEG_TURBO	if NEATVNC_JPEG
	select LIBDRM		if BUILDTIME
	prompt "neatvnc"
	help
	  VNC Server library

if NEATVNC

config NEATVNC_JPEG
	bool
	prompt "enable jpeg compression"

endif