Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 05/21] gst1-plugins-base: add missing indirect dependency on atomics for pango
Date: Wed, 04 Feb 2015 09:04:01 +0100	[thread overview]
Message-ID: <54D1D271.1050307@trzebnica.net> (raw)
In-Reply-To: <1423010059-23446-6-git-send-email-arnout@mind.be>

Hi Arnout,

> Also removed the redundant indirect dependencies on wchar, threads, mmu
> (gstreamer depends on libglib2 so this indirect dependency is obvious).
>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
>   package/gstreamer1/gst1-plugins-base/Config.in | 10 ++++------
>   1 file changed, 4 insertions(+), 6 deletions(-)
>
> diff --git a/package/gstreamer1/gst1-plugins-base/Config.in b/package/gstreamer1/gst1-plugins-base/Config.in
> index 3b487c5..90c00b1 100644
> --- a/package/gstreamer1/gst1-plugins-base/Config.in
> +++ b/package/gstreamer1/gst1-plugins-base/Config.in
> @@ -128,17 +128,15 @@ config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OGG
>   
>   config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_PANGO
>   	bool "pango font renderer"
> -	depends on BR2_INSTALL_LIBSTDCPP
> -	depends on BR2_USE_WCHAR # pango -> libglib2
> -	depends on BR2_TOOLCHAIN_HAS_THREADS # pango -> libglib2
> -	depends on BR2_USE_MMU # pango -> libglib2
> +	depends on BR2_INSTALL_LIBSTDCPP # pango -> freetype
> +	depends on BR2_ARCH_HAS_ATOMICS # pango -> cairo
>   	select BR2_PACKAGE_PANGO
>   	help
>   	  Pango-based text rendering and overlay
>   
>   comment "pango plugin needs a toolchain w/ C++, wchar, threads"

Same here

comment "pango plugin needs a toolchain w/ C++"

Regards,
Jerzy

> -	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
> -		!BR2_TOOLCHAIN_HAS_THREADS
> +	depends on !BR2_INSTALL_LIBSTDCPP
> +	depends on BR2_ARCH_HAS_ATOMICS
>   
>   config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_THEORA
>   	bool "theora (*.ogg video)"

  reply	other threads:[~2015-02-04  8:04 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-04  0:33 [Buildroot] [0/21] Add missing indirect dependencies Arnout Vandecappelle
2015-02-04  0:33 ` [Buildroot] [PATCH 01/21] python-coherence: add missing indirect dependency on c++ Arnout Vandecappelle
2015-02-04  0:34 ` [Buildroot] [PATCH 02/21] gst-plugins-bad: add missing indirect dependency on atomics for rsvg Arnout Vandecappelle
2015-02-04  0:34 ` [Buildroot] [PATCH 03/21] gst1-plugins-bad: " Arnout Vandecappelle
2015-02-04  0:34 ` [Buildroot] [PATCH 04/21] gst-plugins-base: add missing indirect dependency on atomics for pango Arnout Vandecappelle
2015-02-04  7:54   ` Jerzy Grzegorek
2015-02-04  0:34 ` [Buildroot] [PATCH 05/21] gst1-plugins-base: " Arnout Vandecappelle
2015-02-04  8:04   ` Jerzy Grzegorek [this message]
2015-02-04  0:34 ` [Buildroot] [PATCH 06/21] qemu: add missing indirect dependency on dynamic library for fdt Arnout Vandecappelle
2015-02-04  0:34 ` [Buildroot] [PATCH 07/21] grantlee: add missing indirect dependency on jscore available Arnout Vandecappelle
2015-02-04  0:34 ` [Buildroot] [PATCH 08/21] libgail: add missing indirect dependency on C++ and atomics Arnout Vandecappelle
2015-02-04  0:34 ` [Buildroot] [PATCH 09/21] espeak: add missing indirect dependency on atomics for pulseaudio Arnout Vandecappelle
2015-02-04  0:34 ` [Buildroot] [PATCH 10/21] kodi: add missing indirect dependency on dynamic lib for shairport Arnout Vandecappelle
2015-02-04  0:34 ` [Buildroot] [PATCH 11/21] oprofile: add missing indirect dependency on NPTL for PPC Arnout Vandecappelle
2015-02-07 20:14   ` Peter Korsgaard
2015-02-04  0:34 ` [Buildroot] [PATCH 12/21] util-linux: add missing indirect dependency on !avr32 for setpriv Arnout Vandecappelle
2015-02-04  0:34 ` [Buildroot] [PATCH 13/21] dovecot: add missing indirect dependency on !avr32 for mysql Arnout Vandecappelle
2015-02-04  0:34 ` [Buildroot] [PATCH 14/21] php: add missing indirect dependency on !avr32 for mysql extensions Arnout Vandecappelle
2015-02-04  0:34 ` [Buildroot] [PATCH 15/21] cwiid: add missing indirect dependency on atomics for wmgui Arnout Vandecappelle
2015-02-04  0:34 ` [Buildroot] [PATCH 16/21] opencv: add missing indirect dependency on atomics for gtk support Arnout Vandecappelle
2015-02-04  0:34 ` [Buildroot] [PATCH 17/21] pinenty: add missing indirect dependency on atomics for gtk2 support Arnout Vandecappelle
2015-02-04  0:34 ` [Buildroot] [PATCH 18/21] xscreensaver: add missing indirect dependency on atomics Arnout Vandecappelle
2015-02-04  0:34 ` [Buildroot] [PATCH 19/21] enlightenment: " Arnout Vandecappelle
2015-02-04  0:34 ` [Buildroot] [PATCH 20/21] qt5cinex: add missing indirect dependency on libegl Arnout Vandecappelle
2015-02-04  0:34 ` [Buildroot] [PATCH 21/21] qt5webkit: add missing indirect dependency on atomics and !flat Arnout Vandecappelle
2015-02-07 20:27 ` [Buildroot] [0/21] Add missing indirect dependencies Peter Korsgaard
2015-02-09 16:43   ` Maxime Ripard
2015-02-09 23:06     ` Peter Korsgaard

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=54D1D271.1050307@trzebnica.net \
    --to=jerzy.grzegorek@trzebnica.net \
    --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