From patchwork Mon Jul 15 19:46:55 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259189 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 B38DD2C014A for ; Tue, 16 Jul 2013 05:49:56 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5031C31EA2; Mon, 15 Jul 2013 19:49:54 +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 sP7Xg9N9t9Dh; Mon, 15 Jul 2013 19:49:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A0B6031EC8; Mon, 15 Jul 2013 19:49:09 +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 7C7A81BF9FB for ; Mon, 15 Jul 2013 19:48:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id ADD1F8BAD1 for ; Mon, 15 Jul 2013 19:48:13 +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 HTkzaUs9wnjU for ; Mon, 15 Jul 2013 19:48:10 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ob0-f175.google.com (mail-ob0-f175.google.com [209.85.214.175]) by whitealder.osuosl.org (Postfix) with ESMTPS id CA6658BB52 for ; Mon, 15 Jul 2013 19:48:10 +0000 (UTC) Received: by mail-ob0-f175.google.com with SMTP id xn12so14186539obc.20 for ; Mon, 15 Jul 2013 12:48:10 -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=iQsCCTi8WagJpN6n77Fvl5jaXNsWhrWqlKFvaE/ZVA4=; b=WtVfe1NZUPpRSgSTPhdCijYZlx4pRcavaQboiBsx5jBQz/rCHe9w+pAt9jbFRLsHLa rAZyGfCpy0FpP+ur1di7YoBKOZDKtW2mHAS68928aRRz7sfzDIeiP3EFU+MgIu4PVNo5 P9p+fUW+03m2jgKEbgwJf0kQ7g8rjFFX5flCcC4Gv4ZgJ1cTSnb27nnbmcNbrEqD/KGS rtotEj8eNoA2l7LkFq73P0M2WPZvBKjR5QIfLqpgDkld8S+76akpb5LBUX12XuOpb3SD bMYtTI3eNFeCJJumTtRrfW5Ai/0xprCSX5zvQZBv5iK9LClVBFVVE56pzHnbWvLTLS4H 7VeQ== X-Received: by 10.60.96.9 with SMTP id do9mr44911671oeb.49.1373917689896; Mon, 15 Jul 2013 12:48:09 -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.09 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:09 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:46:55 -0500 Message-Id: <1373917670-30006-13-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: ALoCoQk+ygnJCYE9GvTfMtjEYgi9bbbEKxHEhpR8OlcbqmROYGfVTjH5qQfzU7re54Uf0rriyvyN Subject: [Buildroot] [PATCH 12/67] enchant: 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/enchant/Config.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package/enchant/Config.in b/package/enchant/Config.in index 33f36db..783c73e 100644 --- a/package/enchant/Config.in +++ b/package/enchant/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_ENCHANT bool "enchant" depends on BR2_INSTALL_LIBSTDCPP depends on BR2_USE_WCHAR # glib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 select BR2_PACKAGE_LIBGLIB2 help Enchant is a spell-checking library that provides a consistent @@ -9,5 +10,6 @@ config BR2_PACKAGE_ENCHANT http://www.abisource.com/projects/enchant/ -comment "enchant requires a toolchain with C++ and WCHAR support enabled" - depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR +comment "enchant requires a toolchain with C++, threading and WCHAR support enabled" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \ + !BR2_TOOLCHAIN_HAS_THREADS