[Buildroot] [PATCH 1/1] matchbox-keyboard: Fix dependencies

Bernd Kuhls berndkuhls at hotmail.com
Tue May 20 20:34:42 UTC 2014


Peter Korsgaard <jacmet at uclibc.org> wrote in
news:87sio4gpso.fsf at dell.be.48ers.dk: 

> > -ifeq ($(BR2_PACKAGE_PANGO),y)
> > -  MATCHBOX_PKEYBOARD_CONF_OPT += --enable-pango
> > -else
> > -  MATCHBOX_KEYBOARD_DEPENDENCIES += xlib_libXft
> > -endif
> 
> No?
> 
> ./configure --help|grep cairo
>   --enable-cairo    enable experimental Cairo support default=no

Hi,

I fail to see the connection between pango and cairo regarding the matchbox-
keyboard package.

The defconfig used by autobuilder enables BR2_PACKAGE_PANGO, but the phrase 
"pango" is used nowhere in the matchbox-keyboard-0.1 sourcecode.

Support for cairo is disabled by default in matchbox-keyboard-
0.1/configure.ac, and not present in package/matchbox/* either, so the 
matchbox-keyboard package will always check for xlib_libXft and fail if it´s 
absent. This is fixed by my patch.

Regards, Bernd




More information about the buildroot mailing list