From patchwork Mon Jul 15 19:47:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259195 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 008412C014A for ; Tue, 16 Jul 2013 05:50:31 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B73F63208D; Mon, 15 Jul 2013 19:50:30 +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 ScYidUD7+luY; Mon, 15 Jul 2013 19:50:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 4AD9B320BB; Mon, 15 Jul 2013 19:49:40 +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 F39E51BF9FB for ; Mon, 15 Jul 2013 19:48:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2E76A8BB52 for ; Mon, 15 Jul 2013 19:48:18 +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 XY64ecKaortI for ; Mon, 15 Jul 2013 19:48:17 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ob0-f170.google.com (mail-ob0-f170.google.com [209.85.214.170]) by whitealder.osuosl.org (Postfix) with ESMTPS id 82AB38C193 for ; Mon, 15 Jul 2013 19:48:17 +0000 (UTC) Received: by mail-ob0-f170.google.com with SMTP id ef5so14569316obb.29 for ; Mon, 15 Jul 2013 12:48:16 -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=prpQQEweJl89dj9ICUPl06E9p+yC6+A2ZUxm1p0ojkw=; b=H7rG3KAeA9G9MeMThnGvc49pz/d37XVBiW0WodgDM1n9FyNcSOI/UEZlIMC3DJ3bjB OD74wuUC5pSJK5pmyt3pi4P8H4cZ+oBshMU9tdxILRZM2v4CNqk/qwEvrnbTNpL56Z5O 7WV0vtRWv4XLRtOl5UCH5LmrzrGeuEiE1kVIUaAHedfhV839Gxb6dN9D3bAJ7U+0gQmY 5XrutCzx7UUCh3G9KL+lUv9QEKofECumi7SP9UFaxadVjv8pZULF3IAeyv3xsxlDX5gr 6owzh2LTNCl16wbgffxEfyOCnbJuJ9oEXKaq9fx122FTcOMqj4RAQmRQt5Q98nMOw2Lu f17g== X-Received: by 10.182.39.168 with SMTP id q8mr44719445obk.72.1373917696743; Mon, 15 Jul 2013 12:48:16 -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.15 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:16 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:47:02 -0500 Message-Id: <1373917670-30006-20-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: ALoCoQnYrdRV74kPGoQra5xVWgZdKeGvSch2efH9vzYvQAu916zbX8xP2bxK4jvGAaV/HKpaHL3a Subject: [Buildroot] [PATCH 19/67] gob2: 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/gob2/Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/gob2/Config.in b/package/gob2/Config.in index 4a09c41..d795335 100644 --- a/package/gob2/Config.in +++ b/package/gob2/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_GOB2 bool "gob2" depends on BR2_USE_WCHAR # glib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 # m4 uses fork(), so does bison then depends on BR2_USE_MMU select BR2_PACKAGE_LIBGLIB2 @@ -13,4 +14,4 @@ config BR2_PACKAGE_GOB2 http://www.jirka.org/gob.html comment "gob2 requires a toolchain with WCHAR support" - depends on !BR2_USE_WCHAR + depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS