package/matchbox-common: fix dependencies
matchbox-common can be used by both matchbox-desktop and matchbox-panel, so it needs to depend on either, not both. 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
b9a4e61087
commit
595c84d464
@ -1,7 +1,7 @@
|
||||
config BR2_PACKAGE_MATCHBOX_COMMON
|
||||
bool "matchbox-common"
|
||||
select BR2_PACKAGE_MATCHBOX_LIB
|
||||
depends on BR2_PACKAGE_MATCHBOX_PANEL && BR2_PACKAGE_MATCHBOX_DESKTOP
|
||||
depends on BR2_PACKAGE_MATCHBOX_PANEL || BR2_PACKAGE_MATCHBOX_DESKTOP
|
||||
help
|
||||
Common desktop folders and matchbox-session script.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user