From patchwork Mon Jul 15 19:47:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259215 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 86D6A2C00DB for ; Tue, 16 Jul 2013 05:51:44 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 17F6E31ED5; Mon, 15 Jul 2013 19:51:42 +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 r4edk1P2Yxmt; Mon, 15 Jul 2013 19:51:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 422EF31EBF; Mon, 15 Jul 2013 19:50:52 +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 A383F1BF9FB for ; Mon, 15 Jul 2013 19:48:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D442A8BAD1 for ; Mon, 15 Jul 2013 19:48:28 +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 mrBWm973B-ES for ; Mon, 15 Jul 2013 19:48:28 +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 712188BB3A for ; Mon, 15 Jul 2013 19:48:28 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id k14so16436539oag.12 for ; Mon, 15 Jul 2013 12:48:27 -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=Hrn20G5i0QVHCj3RYfnvsE8XxQIxXwJZK48hjrcO02w=; b=CEO1XFvDBvpjG4XcdSuVk5fL+a8oI6VA0j8xwOOLVWhgZJUEQdKP57V/hNhoPbJLBE FHLWrPP69iJaCmnRfu8fshpfNCrNY9yVQChSATy7u+wxA/4I7DfWycOOXgXubOrCY4F3 8phsnEYIn0JT5Fo32beBOMz9cTJGBe6+8rNex8aeIN9NuZAG9z8aT2VILDJra6wsbi8X ThUWiLIBWSuTl68z3QRedcZDPirA4KyysUXEm1BkyWXEYoVUCfbiBwIihAkEDEJNYf1h Q48ioHhu999MQPNf0UAt5nxpyH0IfbXwgDrolo5YuQ8jT4VcWFjRgyj0TOTXQ3Gx/o1s ntxQ== X-Received: by 10.182.61.105 with SMTP id o9mr45154996obr.54.1373917707703; Mon, 15 Jul 2013 12:48:27 -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.26 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:27 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:47:13 -0500 Message-Id: <1373917670-30006-31-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: ALoCoQmrxdDQl4ESZtOyByL/X9/y8DnPEjyh8rzBkmvHl6eQHLcvkoQpCU6pZTo40icB2m1cxWYh Subject: [Buildroot] [PATCH 30/67] librsvg: 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/librsvg/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/librsvg/Config.in b/package/librsvg/Config.in index b2ef6ad..ce711f7 100644 --- a/package/librsvg/Config.in +++ b/package/librsvg/Config.in @@ -7,6 +7,7 @@ config BR2_PACKAGE_LIBRSVG select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_GDK_PIXBUF depends on BR2_USE_WCHAR # glib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 depends on BR2_INSTALL_LIBSTDCPP # pango help The rsvg library is an efficient renderer for Scalable @@ -14,5 +15,5 @@ config BR2_PACKAGE_LIBRSVG http://librsvg.sourceforge.net/ -comment "librsvg requires a toolchain with WCHAR and C++ support" - depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP +comment "librsvg requires a toolchain with WCHAR, threading and C++ support" + depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP