summaryrefslogtreecommitdiffstats
path: root/rules/xorg-cursor.in
blob: 5d52e8d3ed37670d08c0709abe73168ba0dcedc4 (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
## SECTION=multimedia_xorg

menuconfig XORG_CURSOR
	tristate
	prompt "xorg cursor themes            "
	select XORG_LIB_X11_CURSOR
	select XORG_LIB_XCURSOR

source "generated/multimedia_xorg_cursor.in"

choice
	prompt "default cursor theme"
	depends on XORG_CURSOR

	config XORG_CURSOR_NONE
		bool "no theme"

	config XORG_CURSOR_XCURSOR_TRANSPARENT_THEME
		bool "xcursor-transparent-theme"
		depends on XCURSOR_TRANSPARENT_THEME

endchoice

config XORG_CURSOR_THEME
	string
	default "core"                if XORG_CURSOR_NONE
	default "xcursor-transparent" if XORG_CURSOR_XCURSOR_TRANSPARENT_THEME