mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
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>
(cherry picked from commit 2cfda4704e)
Signed-off-by: Peter Korsgaard <peter@korsgaard.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.
|