All of lore.kernel.org
 help / color / mirror / Atom feed
From: Spenser Gilliland <spenser@gillilanding.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 21/67] json-glib: libglib2 requires threads
Date: Mon, 15 Jul 2013 14:47:04 -0500	[thread overview]
Message-ID: <1373917670-30006-22-git-send-email-spenser@gillilanding.com> (raw)
In-Reply-To: <1373917670-30006-1-git-send-email-spenser@gillilanding.com>


Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
---
 package/json-glib/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/json-glib/Config.in b/package/json-glib/Config.in
index 3ebc76d..db25386 100644
--- a/package/json-glib/Config.in
+++ b/package/json-glib/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_JSON_GLIB
 	bool "json-glib"
 	depends on BR2_USE_WCHAR # glib2
+	depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
 	select BR2_PACKAGE_LIBGLIB2
 	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
 	help
@@ -10,5 +11,5 @@ config BR2_PACKAGE_JSON_GLIB
 
 	  https://live.gnome.org/JsonGlib/
 
-comment "json-glib requires a toolchain with WCHAR support"
-	depends on !BR2_USE_WCHAR
+comment "json-glib requires a toolchain with WCHAR and threading support"
+	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
-- 
1.8.1.2

  parent reply	other threads:[~2013-07-15 19:47 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 ` Spenser Gilliland [this message]
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
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=1373917670-30006-22-git-send-email-spenser@gillilanding.com \
    --to=spenser@gillilanding.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.