Commit dd36de69 authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Thomas Petazzoni
Browse files

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: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: default avatarArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent cee70bd9
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -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"
+6 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_MATCHBOX_PANEL
	bool "Matchbox Panel"
	select BR2_PACKAGE_MATCHBOX_LIB
	help
	  A flexible always present 'window bar' for holding
	  application launchers.