From patchwork Mon Jul 15 19:46:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259192 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 F2A1B2C014A for ; Tue, 16 Jul 2013 05:50:10 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id D5B8B320FC; Mon, 15 Jul 2013 19:50:08 +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 u2z7oaIDB0Z3; Mon, 15 Jul 2013 19:50:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id E1FED31D10; Mon, 15 Jul 2013 19:49:24 +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 C11181BF9FB for ; Mon, 15 Jul 2013 19:48:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id F29E28C193 for ; Mon, 15 Jul 2013 19:48:14 +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 TaMxj62LZYNm for ; Mon, 15 Jul 2013 19:48:14 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f53.google.com (mail-oa0-f53.google.com [209.85.219.53]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8DD0A8BAD1 for ; Mon, 15 Jul 2013 19:48:14 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id k14so15939443oag.26 for ; Mon, 15 Jul 2013 12:48:13 -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=Zd8hMTsrpcoZL8TIDVKJ73ztLBd9bBZw/wjPlJIuc6Y=; b=pjgEWhIsKMQY+9EdfAlvdRCImcoCTJt2HkSbG7ki7XzQt6/oMKmt4r03nXmnJSbvSk OtDXDS98XdojzuvBa+rQx3q6POPrj9709tUDGfuxWBXyfL2Ru7vStsY2hnmpoaCfB9Ca C9/h5bczotm89Ku3DLiZoknigjmNQsAtY9/nlasd1Z8VKo+zE1EqXvICC9i0qWJW+kSI 8uikNJRqFAkkMEMw8U98m/6WQUbADZY4+X1TMfDF8ErffeXJS8XIgJ3B1KWxJQ5qJRl+ +xXMyN6RXgdWBqx6MfsHC07DQh46Q6qC4l+U0aQS2VBisWEti2VJL4Fvjz+TLMsT/AZl XDQg== X-Received: by 10.182.66.137 with SMTP id f9mr37668535obt.24.1373917693782; Mon, 15 Jul 2013 12:48:13 -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.12 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:13 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:46:59 -0500 Message-Id: <1373917670-30006-17-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: ALoCoQn7PAHXGcLywAmDwWTZNAgGsgKwzX8ShNUBtpsOoe1imp8ZUI0Jm/SzQ6axTZuhMyVwOyNV Subject: [Buildroot] [PATCH 16/67] glib-networking: 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/glib-networking/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/glib-networking/Config.in b/package/glib-networking/Config.in index dab35ea..8d106f5 100644 --- a/package/glib-networking/Config.in +++ b/package/glib-networking/Config.in @@ -1,10 +1,11 @@ config BR2_PACKAGE_GLIB_NETWORKING bool "glib-networking" 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 Network-related GIO modules for glib. -comment "glib-networking requires a toolchain with WCHAR support" - depends on !BR2_USE_WCHAR +comment "glib-networking requires a toolchain with WCHAR and threading support" + depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS