Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/qt: webkit needs gst-plugins-base
Date: Mon, 15 Aug 2016 12:42:43 +0200	[thread overview]
Message-ID: <20160815104243.GA5822@free.fr> (raw)
In-Reply-To: <1471216294-12961-1-git-send-email-yann.morin.1998@free.fr>

All,

On 2016-08-15 01:11 +0200, Yann E. MORIN spake thusly:
> Fixes:
>     http://autobuild.buildroot.org/results/84d/84d338b70c8ce3f21dd202de387326f18526aa63/
>     http://autobuild.buildroot.org/results/379/379ad4eadf5af7e1d5b977bc229d3fcaba25b4fe/
>     [...]

I withdraw that patch, it causes circular dependencies in kconfig.

Sorry for the noise...

Regards,
Yann E. MORIN.

> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
>  package/qt/Config.in | 8 ++++++--
>  package/qt/qt.mk     | 1 +
>  2 files changed, 7 insertions(+), 2 deletions(-)
> 
> diff --git a/package/qt/Config.in b/package/qt/Config.in
> index b9752d3..acb30d2 100644
> --- a/package/qt/Config.in
> +++ b/package/qt/Config.in
> @@ -469,14 +469,18 @@ config BR2_PACKAGE_QT_WEBKIT
>  	depends on BR2_PACKAGE_QT_NETWORK
>  	depends on BR2_PACKAGE_QT_ARCH_SUPPORTS_WEBKIT
>  	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # needs pthread_getattr_np()
> +	depends on BR2_USE_WCHAR # gstreamer <- glib2
> +	select BR2_PACKAGE_GSTREAMER
> +	select BR2_PACKAGE_GST_PLUGINS_BASE
> +	select BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_APP
>  	help
>  	  Build the WebKit module.
>  	  If unsure, say n.
>  
> -comment "WebKit needs shared library/NPTL toolchain/script/gui/network support"
> +comment "WebKit needs shared library/NPTL/wchar toolchain/script/gui/network support"
>  	depends on !(BR2_PACKAGE_QT_SCRIPT && BR2_PACKAGE_QT_SHARED && \
>  		BR2_PACKAGE_QT_GUI_MODULE && BR2_PACKAGE_QT_NETWORK)
> -	depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
> +	depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_USE_WCHAR
>  	depends on BR2_PACKAGE_QT_ARCH_SUPPORTS_WEBKIT
>  
>  config BR2_PACKAGE_QT_STL
> diff --git a/package/qt/qt.mk b/package/qt/qt.mk
> index c2d2e9c..09b8dc2 100644
> --- a/package/qt/qt.mk
> +++ b/package/qt/qt.mk
> @@ -429,6 +429,7 @@ endif
>  
>  ifeq ($(BR2_PACKAGE_QT_WEBKIT),y)
>  QT_CONFIGURE_OPTS += -webkit
> +QT_DEPENDENCIES += gstreamer gst-plugins-base
>  else
>  QT_CONFIGURE_OPTS += -no-webkit
>  endif
> -- 
> 2.7.4
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

      reply	other threads:[~2016-08-15 10:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-14 23:11 [Buildroot] [PATCH] package/qt: webkit needs gst-plugins-base Yann E. MORIN
2016-08-15 10:42 ` Yann E. MORIN [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=20160815104243.GA5822@free.fr \
    --to=yann.morin.1998@free.fr \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox