From patchwork Mon Jul 15 19:46:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259186 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 08B242C0168 for ; Tue, 16 Jul 2013 05:49:37 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id AEA0631E41; Mon, 15 Jul 2013 19:49:35 +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 y2CwTVgGE4Qw; Mon, 15 Jul 2013 19:49:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 84EBB31EB0; Mon, 15 Jul 2013 19:48:51 +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 07A291BF9FB for ; Mon, 15 Jul 2013 19:48:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 37C758C193 for ; Mon, 15 Jul 2013 19:48:09 +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 U-n9b2jg6MRM for ; Mon, 15 Jul 2013 19:48:08 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ob0-f177.google.com (mail-ob0-f177.google.com [209.85.214.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id B93A38BADF for ; Mon, 15 Jul 2013 19:48:08 +0000 (UTC) Received: by mail-ob0-f177.google.com with SMTP id ta17so14249622obb.36 for ; Mon, 15 Jul 2013 12:48:08 -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=HXMTPv7sajWFyL9nxQce7WeW8QGcEPpHlLTtwhaaz8I=; b=kKKcHcE8rkeYMN/CHF73HfzhG8O/uwkr0Ya/mEBJxSyei51ARMY1ep6o9z/s9FzrgC 5TNWAS3c/kzS3gZZPfG77kvhYTzSbj4D1SAmLA+GqH4cSsBOWxxZdpyPZFOc+GoTH+Bv uYgdxKZXS4yNPrHMWayIm8FlQ7k3P6fzTqPimP6syKCN8iFJJyfg0FtsdII0NBj9uVJx iFilTm9TSjdgDNf9y6Bjgg5CHNZ3ZsRWLrXFm178K90a20aW0TFdxKoR8YihI5sLbNnJ TUn9j5V+6NpFn7vHoKsco/ynYAAh49XPrMvW6jDoOOyDswAhXVxAg4GWIf4crYSveSwW nVmA== X-Received: by 10.182.112.166 with SMTP id ir6mr34519678obb.25.1373917688011; Mon, 15 Jul 2013 12:48:08 -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.06 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:07 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:46:53 -0500 Message-Id: <1373917670-30006-11-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: ALoCoQkGnuQaKuG6BbP2KqfCypk10e5rx0OyhxW1g10zsBCC2uxNAFYKRA4d068TKPPq8vgVzGvu Subject: [Buildroot] [PATCH 10/67] libedbus: 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/efl/libedbus/Config.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package/efl/libedbus/Config.in b/package/efl/libedbus/Config.in index 64b001e..31a3b03 100644 --- a/package/efl/libedbus/Config.in +++ b/package/efl/libedbus/Config.in @@ -17,10 +17,15 @@ if BR2_PACKAGE_LIBEDBUS config BR2_PACKAGE_LIBEDBUS_BLUEZ bool "bluez support" depends on !BR2_avr32 # bluez_utils + depends on BR2_USE_WCHAR # bluez_utils -> glib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # bluez_utils -> glib2 select BR2_PACKAGE_BLUEZ_UTILS help Bluetooth support. +comment "bluez support requires a toolchain with WCHAR and threading support" + depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS + config BR2_PACKAGE_LIBEDBUS_CONNMAN bool "connman support" depends on BR2_PACKAGE_CONNMAN