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