mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] wpewebkit: add WebDriver config switch
Date: Thu,  7 Oct 2021 12:18:35 +0200	[thread overview]
Message-ID: <20211007101835.3925640-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20210831164623.11889-1-bst@pengutronix.de>

Thanks, applied as 95d9fa18f2ff89acb3f47f171fbf09c7ca3365bd.

Michael

[sent from post-receive hook]

On Thu, 07 Oct 2021 12:18:35 +0200, Bastian Krause <bst@pengutronix.de> wrote:
> Prior to this commit, WebDriver was always built, but not installed. Now
> it is only built *and* installed if the corresponding option is enabled.
> 
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> Message-Id: <20210831164623.11889-1-bst@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/wpewebkit.in b/rules/wpewebkit.in
> index 084874067aba..8c1f6c50ed34 100644
> --- a/rules/wpewebkit.in
> +++ b/rules/wpewebkit.in
> @@ -98,4 +98,11 @@ config WPEWEBKIT_ENABLE_LOGGING
>  	  Enable this option if you want to get some more logging information. For more
>  	  information check https://trac.webkit.org/wiki/WebKitGTK/Debugging.
>  
> +config WPEWEBKIT_WEBDRIVER
> +	bool
> +	prompt "WebDriver support"
> +	help
> +	  WebDriver is a standalone server that implements the W3C WebDriver standard
> +	  for automated testing.
> +
>  endif
> diff --git a/rules/wpewebkit.make b/rules/wpewebkit.make
> index 26d2c0e086fb..d1a7fa120742 100644
> --- a/rules/wpewebkit.make
> +++ b/rules/wpewebkit.make
> @@ -43,7 +43,7 @@ WPEWEBKIT_CONF_OPT	:= \
>  	-DENABLE_GTKDOC=OFF\
>  	-DENABLE_MEDIA_SOURCE=ON \
>  	-DENABLE_VIDEO=$(call ptx/onoff,PTXCONF_WPEWEBKIT_VIDEO) \
> -	-DENABLE_WEBDRIVER=ON \
> +	-DENABLE_WEBDRIVER=$(call ptx/onoff,PTXCONF_WPEWEBKIT_WEBDRIVER) \
>  	-DENABLE_WEB_AUDIO=$(call ptx/onoff,PTXCONF_WPEWEBKIT_AUDIO) \ \
>  	-DENABLE_WEB_CRYPTO=ON \
>  	-DENABLE_WPE_QT_API=$(call ptx/onoff,PTXCONF_WPEWEBKIT_QT) \
> @@ -102,6 +102,10 @@ ifdef PTXCONF_WPEWEBKIT_QT
>  	@$(call install_tree, wpewebkit, 0, 0, -, /usr/lib/qt5/qml/org/wpewebkit)
>  endif
>  
> +ifdef PTXCONF_WPEWEBKIT_WEBDRIVER
> +	@$(call install_copy, wpewebkit, 0, 0, 0755, -, /usr/bin/WPEWebDriver)
> +endif
> +
>  	@$(call install_finish, wpewebkit)
>  
>  	@$(call touch)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


      reply	other threads:[~2021-10-07 10:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-31 16:46 [ptxdist] [PATCH] " Bastian Krause
2021-10-07 10:18 ` Michael Olbrich [this message]

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=20211007101835.3925640-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=bst@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox