package/matchbox-keyboard: add libpng dependency

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>
(cherry picked from commit a63fbb0d97)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2022-12-03 22:19:39 +01:00 committed by Peter Korsgaard
parent 15637d4830
commit 534716254c
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
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

View File

@ -11,7 +11,7 @@ MATCHBOX_KEYBOARD_SITE = \
MATCHBOX_KEYBOARD_LICENSE = LGPL-2.1, GPL-2.0+ (applet.c)
MATCHBOX_KEYBOARD_LICENSE_FILES = COPYING applet/applet.c
MATCHBOX_KEYBOARD_DEPENDENCIES = \
host-pkgconf matchbox-lib matchbox-fakekey expat xlib_libXrender
host-pkgconf matchbox-lib matchbox-fakekey expat libpng xlib_libXrender
# From git
MATCHBOX_KEYBOARD_AUTORECONF = YES