This website requires JavaScript.
Explore
Help
Sign In
NetCube-Systems-Austria
/
kumquat-buildroot
Watch
1
Star
0
Fork
0
You've already forked kumquat-buildroot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
9dee470e8b
kumquat-buildroot
/
package
/
matchbox-lib
/
Config.in
5 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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>
2015-06-03 22:41:19 +02:00
config BR2_PACKAGE_MATCHBOX_LIB
package/matchbox: finally add prompts to all sub-packages We currently do not have that many packages without a prompt, and when we do, they are limited to system-related packages that can't be selected or are forcibly selected under various system-specific conditions. This is clearly not the case for the matchbox sub-packages, so just give them a prompt, even when they are forcibly selected by the main matchbox package, and can't be selected without it. That will at least tell the user those packages exist and are to be built. 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>
2015-06-03 22:41:35 +02:00
bool "matchbox-lib"
help
Matchbox common functionality library.
Reference in New Issue
Copy Permalink