a63fbb0d97
libpng is a mandatory dependency since bump to version 0.1.1 in commit
e2511d88e8
and
https://git.yoctoproject.org/matchbox-keyboard/commit/?id=1d7c5f1e0ad736205151c0df5aa738f942bd3e97:
checking for PNG... no
configure: error: Package requirements (libpng) were not met:
Package 'libpng', required by 'virtual:world', not found
Fixes:
- http://autobuild.buildroot.org/results/4495f0720d7053a52ff8fef82d18a70a6f20c66b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
13 lines
374 B
Plaintext
13 lines
374 B
Plaintext
config BR2_PACKAGE_MATCHBOX_KEYBOARD
|
|
bool "matchbox-keyboard"
|
|
select BR2_PACKAGE_LIBPNG
|
|
select BR2_PACKAGE_XLIB_LIBXTST
|
|
select BR2_PACKAGE_XLIB_LIBXRENDER
|
|
select BR2_PACKAGE_XLIB_LIBXFT if !BR2_PACKAGE_CAIRO
|
|
select BR2_PACKAGE_MATCHBOX_FAKEKEY
|
|
select BR2_PACKAGE_MATCHBOX_LIB
|
|
help
|
|
Virtual Keyboard
|
|
|
|
http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-keyboard/
|