summaryrefslogtreecommitdiff
path: root/package/matchbox-common
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-06-03 22:41:33 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-09 23:04:47 +0200
commit595c84d464ea1bda24b3c0322dfca14ba760e457 (patch)
tree931ec2c63eb9ef7260f18a11c9b682a10a89aa06 /package/matchbox-common
parentb9a4e61087f324b7eac49c0c1f8c006119196621 (diff)
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>
Diffstat (limited to 'package/matchbox-common')
-rw-r--r--package/matchbox-common/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/matchbox-common/Config.in b/package/matchbox-common/Config.in
index 33d6cc4a3..5a038e17d 100644
--- a/package/matchbox-common/Config.in
+++ b/package/matchbox-common/Config.in
@@ -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.