summaryrefslogtreecommitdiffstats
path: root/rules/wlroots.in
blob: 47cfb8d9fad506d0e2c6d5e62a1256fcc9ac797c (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
## SECTION=multimedia_wayland

menuconfig WLROOTS
	tristate
	select HOST_MESON
	select WAYLAND
	select WAYLAND_PROTOCOLS
	select LIBDRM
	select MESALIB
	select MESALIB_EGL
	select MESALIB_GBM
	select MESALIB_GLES2
	select LIBINPUT
	select LIBXKBCOMMON
	select UDEV
	select XCB_UTIL
	select UDEV_LIBUDEV
	select PIXMAN
	prompt "wlroots                       "
	help
	  wlroots provides pluggable, composable, unopinionated modules for
	  building a Wayland compositor.

if WLROOTS

config WLROOTS_ROOTSTON
	bool
	prompt "install Rootston example compositor"

endif