package/matchbox-common: fix dependencies
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 3 Jun 2015 20:41:33 +0000 (22:41 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 9 Jun 2015 21:04:47 +0000 (23:04 +0200)
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>
package/matchbox-common/Config.in

index 33d6cc4a36f7410c391ccbadbe2e4f3044fa2940..5a038e17dafca072fce1a3e176c6ea73d2b16cfb 100644 (file)
@@ -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.