45 lines
1.0 KiB
Plaintext
45 lines
1.0 KiB
Plaintext
config BR2_PACKAGE_MATCHBOX
|
|
bool "MatchBox Window Manager"
|
|
default n
|
|
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
|
select BR2_PACKAGE_FONTCONFIG
|
|
select BR2_PACKAGE_XLIB_LIBXDAMAGE
|
|
select BR2_PACKAGE_XLIB_LIBXCURSOR
|
|
help
|
|
|
|
http://projects.o-hand.com/matchbox
|
|
|
|
config BR2_PACKAGE_MATCHBOX_SNOTIFY
|
|
bool "Enable Matchbox Startup Notification"
|
|
depends BR2_PACKAGE_MATCHBOX
|
|
select BR2_PACKAGE_XAPP_XSM
|
|
default n
|
|
help
|
|
|
|
Compiles http://www.freedesktop.org/Software/startup-notification and its support in MatchBox
|
|
|
|
config BR2_PACKAGE_MATCHBOX_PANEL
|
|
bool "Matchbox Panel"
|
|
depends BR2_PACKAGE_MATCHBOX
|
|
default n
|
|
help
|
|
|
|
A flexible always present 'window bar' for holding application launchers"
|
|
|
|
config BR2_PACKAGE_MATCHBOX_DESKTOP
|
|
bool "Matchbox Desktop"
|
|
depends BR2_PACKAGE_MATCHBOX
|
|
default n
|
|
help
|
|
|
|
A PDA style application launcher or 'item browser'.
|
|
|
|
config BR2_PACKAGE_MATCHBOX_KEYBOARD
|
|
bool "Metchbox Virtual Keyboard"
|
|
depends BR2_PACKAGE_MATCHBOX
|
|
select BR2_PACKAGE_XLIB_LIBXTST
|
|
default n
|
|
help
|
|
|
|
Virtual Keyboard (developement version from CVS)
|