]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/matchbox: add missing dependencies to matchbox-lib
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 3 Jun 2015 20:41:32 +0000 (22:41 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 9 Jun 2015 21:03:06 +0000 (23:03 +0200)
Most of the matchbox packages build-depend on matchbox-lib, but were not
selecting it from their Config.in.

Fix that.

Reported-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/matchbox-common/Config.in
package/matchbox-desktop/Config.in
package/matchbox-fakekey/Config.in
package/matchbox-keyboard/Config.in
package/matchbox-startup-monitor/Config.in

index f1c4ce3e1ba6947c2511de033a1ba341a7c61d03..33d6cc4a36f7410c391ccbadbe2e4f3044fa2940 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_MATCHBOX_COMMON
        bool "matchbox-common"
+       select BR2_PACKAGE_MATCHBOX_LIB
        depends on BR2_PACKAGE_MATCHBOX_PANEL && BR2_PACKAGE_MATCHBOX_DESKTOP
        help
          Common desktop folders and matchbox-session script.
index ed80c223d35b6fe327ec0f0ab81a0d72cb940e3c..22c568bc1ab0bebf20343dd9f9f3405b1d278f22 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_MATCHBOX_DESKTOP
        bool "matchbox-desktop"
+       select BR2_PACKAGE_MATCHBOX_LIB
        select BR2_PACKAGE_ZLIB
        help
          A PDA style application launcher or 'item browser'.
index 334f3a2a337c26cc712d10f3a61e63db329c6f12..c0cde4245fe07815a42296d6fb1fbf7a75914ee7 100644 (file)
@@ -1,2 +1,3 @@
 config BR2_PACKAGE_MATCHBOX_FAKEKEY
        bool
+       select BR2_PACKAGE_MATCHBOX_LIB
index 056a255cb43115cd7718beaf0ca711400e892990..8bd2a7972ccafe92073f2c7e90ccdc9cc529c8c3 100644 (file)
@@ -3,5 +3,6 @@ config BR2_PACKAGE_MATCHBOX_KEYBOARD
        select BR2_PACKAGE_XLIB_LIBXTST
        select BR2_PACKAGE_XLIB_LIBXFT if !BR2_PACKAGE_CAIRO
        select BR2_PACKAGE_MATCHBOX_FAKEKEY
+       select BR2_PACKAGE_MATCHBOX_LIB
        help
          Virtual Keyboard
index 95af5fc842b8c697f069f59fa9e689e47efd585e..522d7f7fe09bbdb5865cf098d472b5a35265d8f7 100644 (file)
@@ -1,3 +1,4 @@
 config BR2_PACKAGE_MATCHBOX_STARTUP_MONITOR
        bool
+       select BR2_PACKAGE_MATCHBOX_LIB
        default y if BR2_PACKAGE_STARTUP_NOTIFICATION