[Buildroot] [PATCH 24/30] package/matchbox-keyboard: enforce disabling support for cairo

Arnout Vandecappelle arnout at mind.be
Fri May 1 20:45:17 UTC 2015


On 22/04/15 20:09, Yann E. MORIN wrote:
> We usually explicitly enforce disabling optional support when it is
> possible.
> 
> Do so for Cairo.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>

Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>

 Regards,
 Arnout

> ---
>  package/matchbox/matchbox-keyboard/matchbox-keyboard.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/matchbox/matchbox-keyboard/matchbox-keyboard.mk b/package/matchbox/matchbox-keyboard/matchbox-keyboard.mk
> index 2017730..368a883 100644
> --- a/package/matchbox/matchbox-keyboard/matchbox-keyboard.mk
> +++ b/package/matchbox/matchbox-keyboard/matchbox-keyboard.mk
> @@ -24,6 +24,7 @@ ifeq ($(BR2_PACKAGE_CAIRO),y)
>  MATCHBOX_KEYBOARD_CONF_OPTS += --enable-cairo
>  MATCHBOX_KEYBOARD_DEPENDENCIES += cairo
>  else
> +MATCHBOX_KEYBOARD_CONF_OPTS += --disable-cairo
>  MATCHBOX_KEYBOARD_DEPENDENCIES += xlib_libXft
>  endif
>  
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F


More information about the buildroot mailing list