buildrootschalter/package/matchbox/Config.in
Thomas Petazzoni 51ef5b8122 Fix Matchbox build
Several issues were encountered when trying to build Matchbox. This
patches fixes these issues :

 * Selecting BR2_PACKAGE_MATCHBOX should select BR2_PACKAGE_XORG7,
   otherwise the x11r7 mk files are not included, and matchbox.mk
   refers to non-existing dependencies (such as xlib_libXtst).

 * In matchbox.mk, wrong dependencies for Matchbox keyboard. When
   pango is available, use it through --enable-pango, otherwise, add
   the dependency to xlib_libXft

 * Enable AUTORECONF for libXfont and libXft, otherwise the libtool
   Buildroot patch has no effect, and these packages fail to build
   without the libtool hack.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-01 14:24:47 +02:00

39 lines
1.0 KiB
Plaintext

config BR2_PACKAGE_MATCHBOX
bool "MatchBox Window Manager"
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XORG7
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 on BR2_PACKAGE_MATCHBOX
select BR2_PACKAGE_XAPP_XSM
help
Compiles
http://www.freedesktop.org/Software/startup-notification and
its support in 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