buildrootschalter/package/matchbox/Config.in
Peter Korsgaard 39b926d968 matchbox-keyboard: fix dependencies
Correct a number of issues with matchbox-keyboard:
 - Missing dependencies on host-pkgconf and expat
 - Missing kconfig select on xlib_libXft
 - pango/cairo confusion, ensure cairo is built before if enabled
 - _CONF_OPT variable typo

Fixes:
http://autobuild.buildroot.net/results/473/47380d57e507ec395a1132dfd7b32d35459c1c7a//
http://autobuild.buildroot.net/results/d9a/d9aa2b6ddce920ea45fbd7093addfc0ee6b94467//
http://autobuild.buildroot.net/results/aad/aad393a81812df28cbc296f556de2acb4e6d114b//
http://autobuild.buildroot.net/results/124/124b28336ed61822fa6d5d2591b4e70d83b8a213//
and 17 other build errors, dating back to 2013-07-03

Reported-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-05-20 23:43:58 +02:00

44 lines
1.1 KiB
Plaintext

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
if BR2_PACKAGE_MATCHBOX
config BR2_PACKAGE_MATCHBOX_PANEL
bool "Matchbox Panel"
help
A flexible always present 'window bar' for holding
application launchers.
config BR2_PACKAGE_MATCHBOX_DESKTOP
bool "Matchbox Desktop"
select BR2_PACKAGE_ZLIB
help
A PDA style application launcher or 'item browser'.
config BR2_PACKAGE_MATCHBOX_COMMON
bool "Matchbox session common files"
depends on BR2_PACKAGE_MATCHBOX_PANEL && BR2_PACKAGE_MATCHBOX_DESKTOP
help
Common desktop folders and matchbox-session script.
config BR2_PACKAGE_MATCHBOX_COMMON_PDA
bool "PDA style desktop folders"
depends on BR2_PACKAGE_MATCHBOX_COMMON
config BR2_PACKAGE_MATCHBOX_KEYBOARD
bool "Matchbox Virtual Keyboard"
select BR2_PACKAGE_XLIB_LIBXTST
select BR2_PACKAGE_XLIB_LIBXFT if !BR2_PACKAGE_CAIRO
help
Virtual Keyboard
endif