summaryrefslogtreecommitdiffstats
path: root/package/matchbox/Config.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-06-03 22:41:29 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-09 23:02:02 +0200
commit390ef4ebb441c263f16572e458c71bde35d01c58 (patch)
tree5351c9bdadc80ba73545f34e1c560c3da4e909df /package/matchbox/Config.in
parent02994456527ffcae435f2358afbe8c349f95cf69 (diff)
downloadbuildroot-390ef4ebb441c263f16572e458c71bde35d01c58.tar.gz
buildroot-390ef4ebb441c263f16572e458c71bde35d01c58.zip
package/matchbox: get rid of intermediate non-package matchbox
Currently, the matchbox entry in the menu is a non-package entry, that forcibly selects the matchbox-wm package, which is the real matchbox WM. So, get rid of the current matchbox option, rename the existing matchbox-wm to simply matchbox, so we have a real package from the onset. Since we're re-using the previous option for the WM package, there is no need for an entry in the legacy menu. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/matchbox/Config.in')
-rw-r--r--package/matchbox/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/matchbox/Config.in b/package/matchbox/Config.in
index 891ac9583b..7d06bb29aa 100644
--- a/package/matchbox/Config.in
+++ b/package/matchbox/Config.in
@@ -8,7 +8,6 @@ config BR2_PACKAGE_MATCHBOX
select BR2_PACKAGE_XLIB_LIBXDAMAGE
select BR2_PACKAGE_XLIB_LIBXCURSOR
select BR2_PACKAGE_MATCHBOX_LIB
- select BR2_PACKAGE_MATCHBOX_WM
help
Matchbox is an Open Source base environment for the X Window
System running on non-desktop embedded platforms such as
@@ -20,7 +19,6 @@ config BR2_PACKAGE_MATCHBOX
if BR2_PACKAGE_MATCHBOX
source "package/matchbox/matchbox-lib/Config.in"
-source "package/matchbox/matchbox-wm/Config.in"
source "package/matchbox/matchbox-panel/Config.in"
source "package/matchbox/matchbox-desktop/Config.in"
source "package/matchbox/matchbox-common/Config.in"
OpenPOWER on IntegriCloud