summaryrefslogtreecommitdiffstats
path: root/package/matchbox
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-06-03 22:41:21 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-09 22:56:15 +0200
commitdd36de6918030598cbf3c4e01fbe877b4abd8b60 (patch)
tree1fd93e4fc1c54718a03750684f6088d39b91d127 /package/matchbox
parentcee70bd948e0b66668214e6996ade1db728497c1 (diff)
downloadbuildroot-dd36de6918030598cbf3c4e01fbe877b4abd8b60.tar.gz
buildroot-dd36de6918030598cbf3c4e01fbe877b4abd8b60.zip
package/matchbox: make matchbox-panel a real package
Currently, matchbox-panel is treated as if it were an option of the matchbox package. But that's not true, since it is a real package all by itself, with its own archive and its own buildsystem. So, make it a real package. 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')
-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