package/matchbox: make matchbox-lib a real package
commit4c1280ed853f1340fc8c07a62807879abc6ba3a2
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 3 Jun 2015 20:41:19 +0000 (3 22:41 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 9 Jun 2015 20:55:48 +0000 (9 22:55 +0200)
tree8783b75eff27ea00dd6f39f28c9846df9a31c881
parentb95a85d4abaa7e0c6fb7e1a4fd3f5a5be90a965f
package/matchbox: make matchbox-lib a real package

Currently, the matchbox package is using weird, legacy constructs to
build its different parts.

Notably, it adds matchbox-lib to the list of packages to build, even
though it is not a real package since it does not have a Kconfig entry.

Fix that:
  - add a Kconfig entry for matchbox-lib
  - select it from the top-level matchbox package

Note that matchbox-common already depends on matchbox-lib.

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/Config.in
package/matchbox/matchbox-lib/Config.in [new file with mode: 0644]
package/matchbox/matchbox.mk