1menuconfig BR2_PACKAGE_MATCHBOX 2 bool "matchbox" 3 depends on BR2_PACKAGE_XORG7 4 depends on BR2_USE_MMU # fork() 5 select BR2_PACKAGE_FONTCONFIG 6 select BR2_PACKAGE_EXPAT 7 select BR2_PACKAGE_MATCHBOX_LIB 8 help 9 Matchbox is an Open Source base environment for the X Window 10 System running on non-desktop embedded platforms such as 11 handhelds, set-top boxes, kiosks and anything else for which 12 screen space, input mechanisms or system resources are 13 limited. 14 15 https://www.yoctoproject.org/tools-resources/projects/matchbox 16 17if BR2_PACKAGE_MATCHBOX 18 19config BR2_PACKAGE_MATCHBOX_SM 20 bool "session manager" 21 select BR2_PACKAGE_XLIB_LIBSM 22 help 23 Enable support for the Session Manager. 24 25comment "matchbox utilities" 26 27source "package/matchbox-common/Config.in" 28source "package/matchbox-desktop/Config.in" 29source "package/matchbox-fakekey/Config.in" 30source "package/matchbox-keyboard/Config.in" 31source "package/matchbox-lib/Config.in" 32source "package/matchbox-panel/Config.in" 33source "package/matchbox-startup-monitor/Config.in" 34 35endif 36