2cfda4704e
matchbox-lib build-depends on xlib_libXext, but forgets to select it. It also build-depends on expat without selecting it, but it does need it. Fix that: select xlib_libXext, remove expat. Add myself to developpers for matchbox packages. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
config BR2_PACKAGE_MATCHBOX_LIB
|
|
bool "matchbox-lib"
|
|
select BR2_PACKAGE_XLIB_LIBXEXT
|
|
help
|
|
Matchbox common functionality library.
|