From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 24/67] libglade: libglib2 requires threads
Date: Tue, 16 Jul 2013 10:17:14 +0200 [thread overview]
Message-ID: <20130716101714.14b36fb4@skate> (raw)
In-Reply-To: <1373917670-30006-25-git-send-email-spenser@gillilanding.com>
Dear Spenser Gilliland,
On Mon, 15 Jul 2013 14:47:07 -0500, Spenser Gilliland wrote:
>
> Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
> ---
> package/libglade/Config.in | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/package/libglade/Config.in b/package/libglade/Config.in
> index f7a9a1c..d042517 100644
> --- a/package/libglade/Config.in
> +++ b/package/libglade/Config.in
> @@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBGLADE
> bool "libglade"
> depends on BR2_PACKAGE_LIBGTK2
> depends on BR2_USE_WCHAR # glib2
> + depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
> select BR2_PACKAGE_LIBGLIB2
> select BR2_PACKAGE_ATK
> select BR2_PACKAGE_LIBXML2
> @@ -12,5 +13,6 @@ config BR2_PACKAGE_LIBGLADE
>
> http://ftp.gnome.org/pub/GNOME/sources/libglade/
>
> -comment "libglade requires a toolchain with WCHAR support"
> - depends on BR2_PACKAGE_LIBGTK2 && !BR2_USE_WCHAR
> +comment "libglade requires a toolchain with WCHAR and threading support"
> + depends on BR2_PACKAGE_LIBGTK2 && \
> + (!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS)
I also believe this one is not needed, because there is already a
"depends on BR2_PACKAGE_LIBGTK2".
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2013-07-16 8:17 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-15 19:46 [Buildroot] [PATCH 00/67] libglib2 requires threads Spenser Gilliland
2013-07-15 19:46 ` [Buildroot] [PATCH 01/67] atk: " Spenser Gilliland
2013-07-15 19:46 ` [Buildroot] [PATCH 02/67] bluez_utils: " Spenser Gilliland
2013-07-15 19:46 ` [Buildroot] [PATCH 03/67] bustle: " Spenser Gilliland
2013-07-15 19:46 ` [Buildroot] [PATCH 04/67] connman: " Spenser Gilliland
2013-07-15 19:46 ` [Buildroot] [PATCH 05/67] avahi: minor cleanup Spenser Gilliland
2013-07-15 19:46 ` [Buildroot] [PATCH 06/67] curlftpfs: libglib2 requires threads Spenser Gilliland
2013-07-15 19:46 ` [Buildroot] [PATCH 07/67] dbus-glib: " Spenser Gilliland
2013-07-15 19:46 ` [Buildroot] [PATCH 08/67] dbus-python: " Spenser Gilliland
2013-07-15 19:46 ` [Buildroot] [PATCH 09/67] docker: " Spenser Gilliland
2013-07-15 19:46 ` [Buildroot] [PATCH 10/67] libedbus: " Spenser Gilliland
2013-07-15 19:46 ` [Buildroot] [PATCH 11/67] libevas-generic-loaders: " Spenser Gilliland
2013-07-15 19:46 ` [Buildroot] [PATCH 12/67] enchant: " Spenser Gilliland
2013-07-15 19:46 ` [Buildroot] [PATCH 13/67] enlightenment: " Spenser Gilliland
2013-07-15 19:46 ` [Buildroot] [PATCH 14/67] gamin: " Spenser Gilliland
2013-07-15 19:46 ` [Buildroot] [PATCH 15/67] gdk-pixbuf: " Spenser Gilliland
2013-07-15 19:46 ` [Buildroot] [PATCH 16/67] glib-networking: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 17/67] glibmm: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 18/67] gmpc: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 19/67] gob2: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 20/67] gvfs: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 21/67] json-glib: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 22/67] latencytop: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 23/67] libgail: " Spenser Gilliland
2013-07-16 8:16 ` Thomas Petazzoni
2013-07-15 19:47 ` [Buildroot] [PATCH 24/67] libglade: " Spenser Gilliland
2013-07-16 8:17 ` Thomas Petazzoni [this message]
2013-07-15 19:47 ` [Buildroot] [PATCH 25/67] libgtk2: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 26/67] libmms: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 27/67] libmpd: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 28/67] libplayer: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 29/67] libqmi: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 30/67] librsvg: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 31/67] libsoup: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 32/67] libxmlpp: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 33/67] lttng-babeltrace: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 34/67] midori: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 35/67] nbd: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 36/67] neard: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 37/67] neardal: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 38/67] network-manager: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 39/67] ofono: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 40/67] opencv: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 41/67] openobex: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 42/67] pango: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 43/67] pcmanfm: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 44/67] pkg-config: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 45/67] polkit: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 46/67] sconeserver: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 47/67] shared-mime-info: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 48/67] snowball-init: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 49/67] sshfs: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 50/67] sysprof: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 51/67] udev: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 52/67] udisks: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 53/67] ussp-push: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 54/67] vala: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 55/67] webkit: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 56/67] wireshark: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 57/67] gst-plugin-x170: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 58/67] gst-plugins-bad: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 59/67] gst-plugins-base: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 60/67] gst-plugins-good: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 61/67] gst1-plugins-good: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 62/67] gst1-plugins-base: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 63/67] gst1-plugins-bad: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 64/67] gstreamer: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 65/67] gstreamer1: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 66/67] mpd: " Spenser Gilliland
2013-07-15 19:47 ` [Buildroot] [PATCH 67/67] libglib2: needs threads Spenser Gilliland
2013-07-27 21:41 ` [Buildroot] [PATCH 00/67] libglib2 requires threads Thomas Petazzoni
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=20130716101714.14b36fb4@skate \
--to=thomas.petazzoni@free-electrons.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox