package/matchbox: make matchbox-desktop a real package
Currently, matchbox-desktop 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>
This commit is contained in:
parent
dd36de6918
commit
29e7cf4ed2
@ -22,12 +22,7 @@ if BR2_PACKAGE_MATCHBOX
|
||||
source "package/matchbox/matchbox-lib/Config.in"
|
||||
source "package/matchbox/matchbox-wm/Config.in"
|
||||
source "package/matchbox/matchbox-panel/Config.in"
|
||||
|
||||
config BR2_PACKAGE_MATCHBOX_DESKTOP
|
||||
bool "Matchbox Desktop"
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
A PDA style application launcher or 'item browser'.
|
||||
source "package/matchbox/matchbox-desktop/Config.in"
|
||||
|
||||
config BR2_PACKAGE_MATCHBOX_COMMON
|
||||
bool "Matchbox session common files"
|
||||
|
5
package/matchbox/matchbox-desktop/Config.in
Normal file
5
package/matchbox/matchbox-desktop/Config.in
Normal file
@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_MATCHBOX_DESKTOP
|
||||
bool "Matchbox Desktop"
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
A PDA style application launcher or 'item browser'.
|
Loading…
Reference in New Issue
Block a user