[Buildroot] [PATCH] midori: enable optional gcr support

Peter Korsgaard peter at korsgaard.com
Tue Mar 15 22:18:12 UTC 2016


On Wed, Jan 6, 2016 at 11:57 AM, Gustavo Zacarias
<gustavo at zacarias.com.ar> wrote:
> Only used/useful with the gtk3 backend though.
>
> Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>

Committed, thanks

> ---
>  package/midori/midori.mk | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/package/midori/midori.mk b/package/midori/midori.mk
> index 197f51a..7927400 100644
> --- a/package/midori/midori.mk
> +++ b/package/midori/midori.mk
> @@ -40,6 +40,10 @@ endif
>  ifeq ($(BR2_PACKAGE_LIBGTK3_X11),y)
>  MIDORI_CONF_OPTS += -DUSE_GTK3=ON -DHALF_BRO_INCOM_WEBKIT2=ON
>  MIDORI_DEPENDENCIES += libgtk3
> +# Only useful with gtk3
> +ifeq ($(BR2_PACKAGE_GCR),y)
> +MIDORI_DEPENDENCIES += gcr
> +endif
>  else
>  MIDORI_CONF_OPTS += -DUSE_GTK3=OFF
>  MIDORI_DEPENDENCIES += libgtk2
> --
> 2.4.10
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot



-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list