summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/matchbox/Config.in7
-rw-r--r--package/matchbox/matchbox-panel/Config.in6
2 files changed, 7 insertions, 6 deletions
diff --git a/package/matchbox/Config.in b/package/matchbox/Config.in
index 15b101776e..e791ceaded 100644
--- a/package/matchbox/Config.in
+++ b/package/matchbox/Config.in
@@ -21,12 +21,7 @@ if BR2_PACKAGE_MATCHBOX
source "package/matchbox/matchbox-lib/Config.in"
source "package/matchbox/matchbox-wm/Config.in"
-
-config BR2_PACKAGE_MATCHBOX_PANEL
- bool "Matchbox Panel"
- help
- A flexible always present 'window bar' for holding
- application launchers.
+source "package/matchbox/matchbox-panel/Config.in"
config BR2_PACKAGE_MATCHBOX_DESKTOP
bool "Matchbox Desktop"
diff --git a/package/matchbox/matchbox-panel/Config.in b/package/matchbox/matchbox-panel/Config.in
new file mode 100644
index 0000000000..e3daaf5fae
--- /dev/null
+++ b/package/matchbox/matchbox-panel/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_MATCHBOX_PANEL
+ bool "Matchbox Panel"
+ select BR2_PACKAGE_MATCHBOX_LIB
+ help
+ A flexible always present 'window bar' for holding
+ application launchers.
OpenPOWER on IntegriCloud