From patchwork Mon Jul 15 19:47:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259197 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 18FA32C0172 for ; Tue, 16 Jul 2013 05:50:48 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E4133320F9; Mon, 15 Jul 2013 19:50:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4wygmMC4y4Gq; Mon, 15 Jul 2013 19:50:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id EB6E431EBF; Mon, 15 Jul 2013 19:49:50 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 9B1841BF9FB for ; Mon, 15 Jul 2013 19:48:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CCBA18BB40 for ; Mon, 15 Jul 2013 19:48:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F-pFf6a6iCnn for ; Mon, 15 Jul 2013 19:48:19 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f49.google.com (mail-oa0-f49.google.com [209.85.219.49]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6C64E8BB52 for ; Mon, 15 Jul 2013 19:48:19 +0000 (UTC) Received: by mail-oa0-f49.google.com with SMTP id n9so16068740oag.22 for ; Mon, 15 Jul 2013 12:48:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=OxQqnzrRu40Mzgv3RzCSK9W6lAxSvpbK7H3LMljEsTU=; b=iuM2rJ55KnsBOx5jbfLnjG4p0CdB/AGJVktN15a9O6OGQ9mvAEVJVdHMAcXWH8P14L t8pA8uLn+tLd9GpU3xOoTl9crn5LoVvI467BKXwF07I50m5gqz+LeEuU7g2ZYSR043UQ DdCTuwnAP4nQW7g4Qwdjy2XgsA7hOtNuYb5jlbkCOF5Pi2fPCthx1V/UzTCkiENMx8S4 sGz24e4+U0ySRFdfxuCGYW73N9ENt+wyAu5nZiDaweLht+/JIpz+ioxjx8IYI9Gv3nYL vLcw7BcB8iwK9DOb3JLw2owhRCsS/aeJpzmAFEnG3ixZQ+Ucv20NIGKUUcKDXWz2+84A nyAg== X-Received: by 10.60.50.132 with SMTP id c4mr43966461oeo.14.1373917698664; Mon, 15 Jul 2013 12:48:18 -0700 (PDT) Received: from bourban.gateway.2wire.net (108-90-245-135.lightspeed.cicril.sbcglobal.net. [108.90.245.135]) by mx.google.com with ESMTPSA id rs4sm69528145obc.10.2013.07.15.12.48.17 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:18 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:47:04 -0500 Message-Id: <1373917670-30006-22-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1373917670-30006-1-git-send-email-spenser@gillilanding.com> References: <1373917670-30006-1-git-send-email-spenser@gillilanding.com> X-Gm-Message-State: ALoCoQkGXaMAcg9qe0rqBp5X9S2y0eiEKyxxvbuGOhGub4KKYhKOICk9A6NQoXfwh6CKDGBBqSJZ Subject: [Buildroot] [PATCH 21/67] json-glib: libglib2 requires threads X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Spenser Gilliland --- 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