All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hadrien Boutteville <hadrien.boutteville@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [RFC 9/9] midori: bump to version 0.5.8
Date: Tue, 08 Jul 2014 18:02:05 +0200	[thread overview]
Message-ID: <53BC15FD.4000209@gmail.com> (raw)
In-Reply-To: <1404827832-1101-10-git-send-email-hadrien.boutteville@gmail.com>

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

  reply	other threads:[~2014-07-08 16:02 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-08 13:57 [Buildroot] [RFC 0/9] Add libgtk3 and bump webkit to version 2.4.3 Hadrien Boutteville
2014-07-08 13:57 ` [Buildroot] [RFC 1/9] libglib2: bump to version 2.40.0 Hadrien Boutteville
2014-07-08 13:57 ` [Buildroot] [RFC 2/9] pango: bump to version 1.36.3 Hadrien Boutteville
2014-07-08 13:57 ` [Buildroot] [RFC 3/9] cairo: add freetype and gobject support Hadrien Boutteville
2014-07-08 13:57 ` [Buildroot] [RFC 4/9] at-spi2-core: new package Hadrien Boutteville
2014-07-08 13:57 ` [Buildroot] [RFC 5/9] at-spi2-atk: " Hadrien Boutteville
2014-07-08 13:57 ` [Buildroot] [RFC 6/9] libgtk3: " Hadrien Boutteville
2014-07-08 17:34   ` Eric Le Bihan
2014-07-16 12:22     ` Hadrien Boutteville
2014-07-17 14:09     ` Hadrien Boutteville
2014-07-08 13:57 ` [Buildroot] [RFC 7/9] webkit: bump to version 2.4.3 Hadrien Boutteville
2014-07-08 13:57 ` [Buildroot] [RFC 8/9] libsoup: add libsoup-gnome support Hadrien Boutteville
2014-07-08 13:57 ` [Buildroot] [RFC 9/9] midori: bump to version 0.5.8 Hadrien Boutteville
2014-07-08 16:02   ` Hadrien Boutteville [this message]
2014-07-15 21:21 ` [Buildroot] [RFC 0/9] Add libgtk3 and bump webkit to version 2.4.3 Thomas Petazzoni
2014-07-16 12:25   ` Hadrien Boutteville

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53BC15FD.4000209@gmail.com \
    --to=hadrien.boutteville@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.