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

package/matchbox: make matchbox-common a real package



Currently, matchbox-common 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 29e7cf4e
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -23,16 +23,7 @@ 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"

config BR2_PACKAGE_MATCHBOX_COMMON
	bool "Matchbox session common files"
	depends on BR2_PACKAGE_MATCHBOX_PANEL && BR2_PACKAGE_MATCHBOX_DESKTOP
	help
	  Common desktop folders and matchbox-session script.

config BR2_PACKAGE_MATCHBOX_COMMON_PDA
	bool "PDA style desktop folders"
	depends on BR2_PACKAGE_MATCHBOX_COMMON
source "package/matchbox/matchbox-common/Config.in"

config BR2_PACKAGE_MATCHBOX_KEYBOARD
	bool "Matchbox Virtual Keyboard"
+9 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_MATCHBOX_COMMON
	bool "Matchbox session common files"
	depends on BR2_PACKAGE_MATCHBOX_PANEL && BR2_PACKAGE_MATCHBOX_DESKTOP
	help
	  Common desktop folders and matchbox-session script.

config BR2_PACKAGE_MATCHBOX_COMMON_PDA
	bool "PDA style desktop folders"
	depends on BR2_PACKAGE_MATCHBOX_COMMON