[Buildroot] [RFC 9/9] midori: bump to version 0.5.8

Hadrien Boutteville hadrien.boutteville at gmail.com
Tue Jul 8 16:02:05 UTC 2014


Hello all,

On Tue,  8 Jul 2014 15:57:12 +0200, Hadrien Boutteville wrote:
[...]
> +ifeq ($(BR2_PACKAGE_GTK3),y)

Argh! I made a mistake in a last minute untested modification... It's of
course BR2_PACKAGE_LIBGTK3.

> +# The actual WebKit logic in Buildroot enable webkit2 when WebKit uses GTK+3
> +MIDORI_CONF_OPT += \
> +	-DUSE_GTK3=ON \
> +	-DHALF_BRO_INCOM_WEBKIT2=ON
> +MIDORI_DEPENDENCIES += libgtk3
> +else
> +MIDORI_DEPENDENCIES += libgtk2
> +endif
>  
> -define MIDORI_INSTALL_TARGET_CMDS
> -       (cd $(@D); $(HOST_DIR)/usr/bin/python2 ./waf --destdir=$(TARGET_DIR) install)
> +define MIDORI_EXTRACT_CMDS
> +	$(call suitable-extractor,$(MIDORI_SOURCE)) $(DL_DIR)/$(MIDORI_SOURCE) \
> +		| $(TAR) $(TAR_STRIP_COMPONENTS)=0 -C $(@D) $(TAR_OPTIONS) -
>  endef
>  
> -$(eval $(generic-package))
> +$(eval $(cmake-package))
> 

Regards,

Hadrien



More information about the buildroot mailing list