package/matchbox: make matchbox-panel a real package
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 3 Jun 2015 20:41:21 +0000 (22:41 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 9 Jun 2015 20:56:15 +0000 (22:56 +0200)
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>
package/matchbox/Config.in
package/matchbox/matchbox-panel/Config.in [new file with mode: 0644]

index 15b101776e7f07a3bafad48e587423a0313d20db..e791ceaded8cf7fde717a1e7efae66adf520d9c4 100644 (file)
@@ -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 (file)
index 0000000..e3daaf5
--- /dev/null
@@ -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.