mesa3d-headers: remove installation of OpenVG headers
[buildroot-gz.git] / package / matchbox / Config.in
blob3a9f118f4a72f148d312d21c82049199397f7155
1 menuconfig 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 limited.
14           https://www.yoctoproject.org/tools-resources/projects/matchbox
16 if BR2_PACKAGE_MATCHBOX
18 config BR2_PACKAGE_MATCHBOX_SM
19         bool "session manager"
20         select BR2_PACKAGE_XLIB_LIBSM
21         help
22           Enable support for the Session Manager.
24 comment "matchbox utilities"
26 source "package/matchbox-common/Config.in"
27 source "package/matchbox-desktop/Config.in"
28 source "package/matchbox-fakekey/Config.in"
29 source "package/matchbox-keyboard/Config.in"
30 source "package/matchbox-lib/Config.in"
31 source "package/matchbox-panel/Config.in"
32 source "package/matchbox-startup-monitor/Config.in"
34 endif