blob: 43189caea15fbda15bda036160fd3ef7e0cb9824 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
config BR2_PACKAGE_MATCHBOX
bool "MatchBox Window Manager"
depends on BR2_PACKAGE_XORG7
select BR2_PACKAGE_FONTCONFIG
select BR2_PACKAGE_EXPAT
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XLIB_LIBXDAMAGE
select BR2_PACKAGE_XLIB_LIBXCURSOR
help
http://projects.o-hand.com/matchbox
config BR2_PACKAGE_MATCHBOX_PANEL
bool "Matchbox Panel"
depends on BR2_PACKAGE_MATCHBOX
help
A flexible always present 'window bar' for holding
application launchers.
config BR2_PACKAGE_MATCHBOX_DESKTOP
bool "Matchbox Desktop"
depends on BR2_PACKAGE_MATCHBOX
help
A PDA style application launcher or 'item browser'.
config BR2_PACKAGE_MATCHBOX_KEYBOARD
bool "Matchbox Virtual Keyboard"
depends on BR2_PACKAGE_MATCHBOX
select BR2_PACKAGE_XLIB_LIBXTST
help
Virtual Keyboard
|