diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
commit | 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee (patch) | |
tree | 6f01e1708cc34b93325d0cb3cdd9ba8d5374deda /package/matchbox | |
parent | ac653c53d6ef59e45f0236a0e05a4225439d281d (diff) |
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Diffstat (limited to 'package/matchbox')
-rw-r--r-- | package/matchbox/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/matchbox/Config.in b/package/matchbox/Config.in index 6388d08b7..c4321b8fb 100644 --- a/package/matchbox/Config.in +++ b/package/matchbox/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_MATCHBOX bool "MatchBox Window Manager" - default n select BR2_PACKAGE_XSERVER_XORG_SERVER select BR2_PACKAGE_PKGCONFIG select BR2_PACKAGE_FONTCONFIG @@ -14,7 +13,6 @@ config BR2_PACKAGE_MATCHBOX_SNOTIFY bool "Enable Matchbox Startup Notification" depends on BR2_PACKAGE_MATCHBOX select BR2_PACKAGE_XAPP_XSM - default n help Compiles http://www.freedesktop.org/Software/startup-notification and its support in MatchBox @@ -22,7 +20,6 @@ config BR2_PACKAGE_MATCHBOX_SNOTIFY config BR2_PACKAGE_MATCHBOX_PANEL bool "Matchbox Panel" depends on BR2_PACKAGE_MATCHBOX - default n help A flexible always present 'window bar' for holding application launchers" @@ -30,7 +27,6 @@ config BR2_PACKAGE_MATCHBOX_PANEL config BR2_PACKAGE_MATCHBOX_DESKTOP bool "Matchbox Desktop" depends on BR2_PACKAGE_MATCHBOX - default n help A PDA style application launcher or 'item browser'. @@ -39,7 +35,6 @@ config BR2_PACKAGE_MATCHBOX_KEYBOARD bool "Metchbox Virtual Keyboard" depends on BR2_PACKAGE_MATCHBOX select BR2_PACKAGE_XLIB_LIBXTST - default n help Virtual Keyboard (developement version from CVS) |