Skip to content

Commit

Permalink
package/matchbox-keyboard: add libpng dependency
Browse files Browse the repository at this point in the history
libpng is a mandatory dependency since bump to version 0.1.1 in commit
e2511d8 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 <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
ffontaine authored and yann-morin-1998 committed Dec 3, 2022
1 parent b1c4c18 commit a63fbb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package/matchbox-keyboard/Config.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package/matchbox-keyboard/matchbox-keyboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a63fbb0

Please sign in to comment.