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