xref: /OK3568_Linux_fs/buildroot/package/cage/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "cage needs udev, EGL w/ Wayland backend and OpenGL ES support"
2*4882a593Smuzhiyun	depends on !BR2_PACKAGE_HAS_LIBEGL || \
3*4882a593Smuzhiyun		!BR2_PACKAGE_HAS_LIBEGL_WAYLAND || \
4*4882a593Smuzhiyun		!BR2_PACKAGE_HAS_LIBGLES || \
5*4882a593Smuzhiyun		!BR2_PACKAGE_HAS_UDEV
6*4882a593Smuzhiyun
7*4882a593Smuzhiyuncomment "cage needs a toolchain w/ threads, dynamic library"
8*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || \
9*4882a593Smuzhiyun		BR2_STATIC_LIBS
10*4882a593Smuzhiyun
11*4882a593Smuzhiyunconfig BR2_PACKAGE_CAGE
12*4882a593Smuzhiyun	bool "cage"
13*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # wlroots
14*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # wlroots
15*4882a593Smuzhiyun	depends on BR2_PACKAGE_HAS_LIBEGL # wlroots
16*4882a593Smuzhiyun	depends on BR2_PACKAGE_HAS_LIBEGL_WAYLAND # wlroots
17*4882a593Smuzhiyun	depends on BR2_PACKAGE_HAS_LIBGLES # wlroots
18*4882a593Smuzhiyun	depends on BR2_PACKAGE_HAS_UDEV # wlroots
19*4882a593Smuzhiyun	select BR2_PACKAGE_WLROOTS
20*4882a593Smuzhiyun	help
21*4882a593Smuzhiyun	  Kiosk compositor for Wayland, which displays a single
22*4882a593Smuzhiyun	  maximized application at a time.
23*4882a593Smuzhiyun
24*4882a593Smuzhiyun	  https://www.hjdskes.nl/projects/cage/
25