[Buildroot] [PATCH v6 06/28] package/qwt: Add missing qt5svg dependency

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Feb 17 21:56:11 UTC 2020


On Mon, 17 Feb 2020 22:23:28 +0100
Andreas Naumann <anaumann at ultratronik.de> wrote:

> Signed-off-by: Andreas Naumann <anaumann at ultratronik.de>
> ---
>  package/qwt/qwt.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/qwt/qwt.mk b/package/qwt/qwt.mk
> index 1fec17b19a..50df7e2642 100644
> --- a/package/qwt/qwt.mk
> +++ b/package/qwt/qwt.mk
> @@ -19,6 +19,7 @@ QWT_CONFIG += -e 's%/features%/mkspecs/features%'
>  
>  ifeq ($(BR2_PACKAGE_QWT_SVG),y)
>  QWT_CONFIG += -e 's/^.*QWT_CONFIG.*QwtSvg.*$$/QWT_CONFIG += QwtSvg/'
> +QWT_DEPENDENCIES += qt5svg
>  else
>  QWT_CONFIG += -e 's/^.*QWT_CONFIG.*QwtSvg.*$$/\# QWT_CONFIG += QwtSvg/'
>  endif

This looks like a fix we should apply today. Why doesn't this trigger
any autobuilder failure?

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list