From patchwork Mon Jul 15 19:47:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259208 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id BFC462C00E3 for ; Tue, 16 Jul 2013 05:51:29 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0CF6C934D7; Mon, 15 Jul 2013 19:51:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wninbH6SqZ31; Mon, 15 Jul 2013 19:51:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E9A1693552; Mon, 15 Jul 2013 19:51:17 +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 72DBB1BF9FB for ; Mon, 15 Jul 2013 19:48:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A3B2E8BB40 for ; Mon, 15 Jul 2013 19:48:36 +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 x73TocmNLwST for ; Mon, 15 Jul 2013 19:48:35 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ob0-f181.google.com (mail-ob0-f181.google.com [209.85.214.181]) by whitealder.osuosl.org (Postfix) with ESMTPS id 91AE48BB3A for ; Mon, 15 Jul 2013 19:48:35 +0000 (UTC) Received: by mail-ob0-f181.google.com with SMTP id 16so14569410obc.12 for ; Mon, 15 Jul 2013 12:48:34 -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=vBvJrBnIWk6u6Vdwy+Lob/voelBQvF4xv3HBnm/2/rU=; b=RQADJOYbVovECwT3rkvxXTWKM2JrIUBlpQ37DE2i6iU1NaeuNpnhWbGi+5Gs9ifW7z 2RMtHMR2mjgJ6YllWZOBojnywiLs5twsFRk2PNlViPXQuhVkrzvb7lJ8diUPP8nZQxVb AwBgrnB+6/Wdtmytewazid3+c3AsCPZmK+LUN89HLeqY4se2aIyMLil1BKIRmaCLinh2 kBILx0BJVrJF17G2/ETHpw7/5Id/DJdxeUPhqsddcDPEW9XzfE9K77SxO9XCN00kYGmU LZfsTfD7f6V3dsyxd7CPzt503YNXrlH0jAUERszGUUy7Fyx3534Dm0oKCD8hBHzbFFti 7pLw== X-Received: by 10.60.95.198 with SMTP id dm6mr44580310oeb.44.1373917714759; Mon, 15 Jul 2013 12:48:34 -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.33 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:34 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:47:20 -0500 Message-Id: <1373917670-30006-38-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: ALoCoQlqmxVrjisdg+mAHRNZ81K5dadFeKEG9WGegqBb/Ni+zyaHSSbDZ8+B9Ju6y3stSifio3CO Subject: [Buildroot] [PATCH 37/67] neardal: 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 minor cleanups as well Signed-off-by: Spenser Gilliland --- package/neardal/Config.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package/neardal/Config.in b/package/neardal/Config.in index 76b5ffa..3841cac 100644 --- a/package/neardal/Config.in +++ b/package/neardal/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_NEARDAL bool "neardal" depends on BR2_USE_WCHAR # glib2 - depends on BR2_TOOLCHAIN_HAS_THREADS # dbus + depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, glib2 depends on BR2_USE_MMU # dbus select BR2_PACKAGE_DBUS select BR2_PACKAGE_DBUS_GLIB @@ -11,11 +11,14 @@ config BR2_PACKAGE_NEARDAL https://github.com/connectivity/neardal +if BR2_PACKAGE_NEARDAL + config BR2_PACKAGE_NEARDAL_NCL bool "ncl tool" - depends on BR2_PACKAGE_NEARDAL help Build and install neardal ncl command line interpreter tool. -comment "neardal requires a toolchain with WCHAR and threads support" +endif + +comment "neardal requires a toolchain with WCHAR and threading support" depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS