From patchwork Mon Jul 15 19:47:00 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259193 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 0CBCC2C014A for ; Tue, 16 Jul 2013 05:50:19 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B0AE3320A6; Mon, 15 Jul 2013 19:50:15 +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 Fb7LoG8qI68l; Mon, 15 Jul 2013 19:50:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C2E8731E8A; Mon, 15 Jul 2013 19:49:27 +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 132C61BF9FB for ; Mon, 15 Jul 2013 19:48:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 403968BB40 for ; Mon, 15 Jul 2013 19:48:16 +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 NzblqLjCh-S2 for ; Mon, 15 Jul 2013 19:48:15 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com [209.85.214.173]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8F7B58BAD1 for ; Mon, 15 Jul 2013 19:48:15 +0000 (UTC) Received: by mail-ob0-f173.google.com with SMTP id wc20so14325785obb.18 for ; Mon, 15 Jul 2013 12:48:14 -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=Kdgka140jIhZ9+5warDPhXKNADc1htYfiSwpZujzpbw=; b=amGZk3DZ53SK8AV9DJxwuF70eCGCtmSdmoyWiz0XDWBKySXOz+tpO+Sum8UcZs+Wxt tZVoO/wKcrHKnxZXsfoQOVJ6aCE+AOmDqoZ0Cl7LPQk18nKjN1jQ3kYmJ4KI1P82Wsnf JbXuiIsCNtVmhtrRObF4Lw9+E4HFY4Yg40wJ7HmA5uS0jNxqzIRFCicCsq5x7jL3Tv8R t20KMLFknprZnmx2WezevbJBnys0xjHOPsulwDuujlTAVbDh9X7y6CK4j9CR7yR+d0j9 LGYMemCpf+WI5LLgboaVXejxR1kjDmCgZfjGaWUo2xLhWpih6x/HHARpXwqfNbRywaAo amng== X-Received: by 10.60.83.146 with SMTP id q18mr44698431oey.80.1373917694719; Mon, 15 Jul 2013 12:48:14 -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.13 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:14 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:47:00 -0500 Message-Id: <1373917670-30006-18-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: ALoCoQnsDhIGOT+3W/8TNwVXzQyPST1JyC+PLX7qfw2BCCQy9g65jHD+iJia49HZFRYhSfZvAbJU Subject: [Buildroot] [PATCH 17/67] glibmm: 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/glibmm/Config.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package/glibmm/Config.in b/package/glibmm/Config.in index cd4ac01..fddd5e4 100644 --- a/package/glibmm/Config.in +++ b/package/glibmm/Config.in @@ -3,11 +3,13 @@ config BR2_PACKAGE_GLIBMM select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_LIBSIGC depends on BR2_INSTALL_LIBSTDCPP - depends on BR2_USE_WCHAR + depends on BR2_USE_WCHAR # libglib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2 help The GLibmm package is a set of C++ bindings for GLib. http://www.gtkmm.org/ -comment "glibmm requires a toolchain with C++ & WCHAR support enabled" - depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR +comment "glibmm requires a toolchain with C++, WCHAR, and threading support" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \ + !BR2_TOOLCHAIN_HAS_THREADS