diff options
Diffstat (limited to 'package/matchbox/Config.in')
-rw-r--r-- | package/matchbox/Config.in | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/package/matchbox/Config.in b/package/matchbox/Config.in index f57346783..43189caea 100644 --- a/package/matchbox/Config.in +++ b/package/matchbox/Config.in @@ -2,20 +2,13 @@ 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_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 |