From patchwork Mon Jul 15 19:47:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259239 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 231FE2C0168 for ; Tue, 16 Jul 2013 05:52:59 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D1432935BA; Mon, 15 Jul 2013 19:51:58 +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 vX3mn1fP9RZ6; Mon, 15 Jul 2013 19:51:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 3223393603; Mon, 15 Jul 2013 19:51:47 +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 15F721BF9FB for ; Mon, 15 Jul 2013 19:49:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 469A287BF6 for ; Mon, 15 Jul 2013 19:49:01 +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 CQdO1F0OdJSH for ; Mon, 15 Jul 2013 19:49:01 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f43.google.com (mail-oa0-f43.google.com [209.85.219.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id D350B864CB for ; Mon, 15 Jul 2013 19:49:00 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id i7so16421414oag.30 for ; Mon, 15 Jul 2013 12:49:00 -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=sRLjS3NtqIKNUj90K2Vqnqictay+3xxBtM/7OTggvhE=; b=a+YxsXRexQNNcc/icGbrpQGK+4G9j+yMQTPGRZOLOqS00+08BN6OpX35HX1AonyGPh AimXttIMfizaErOQzaXgz1vHd+YU2xhw0TDXQmJyn+r8WJdzjkj2loAUCqTc6uYdYZFy Y4qcsmNgeuT3zGENQY108QK7dN1+GYAVRu2d9nyAR9iLcTgVAdc9zSASWRdhGVZ/LTSc i0z8s7bEFb6yyZxv1Uu0P8HGJgQYO84pnTy9+H/YZc6by3QUPjYNNjey8wiDXsDTEvMq ECquu2vyo9W1f4nuFYjNeBc+H+A+KxgePvC3192xj4qWqkFd0f3AFr1+UDLFh4t64FNz Fodw== X-Received: by 10.182.110.164 with SMTP id ib4mr1618634obb.87.1373917740086; Mon, 15 Jul 2013 12:49:00 -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.58 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:59 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:47:45 -0500 Message-Id: <1373917670-30006-63-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: ALoCoQmgZIZSC6oDPqnabpQOAmBPeXXGvUZIv3z/9QStoSOzoyI/jVbx2OE+APOxcsgv6ZoL3fUj Subject: [Buildroot] [PATCH 62/67] gst1-plugins-base: 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/multimedia/gst1-plugins-base/Config.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package/multimedia/gst1-plugins-base/Config.in b/package/multimedia/gst1-plugins-base/Config.in index 10561c1..e02d23a 100644 --- a/package/multimedia/gst1-plugins-base/Config.in +++ b/package/multimedia/gst1-plugins-base/Config.in @@ -130,12 +130,15 @@ config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OGG config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_PANGO bool "pango font renderer" depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_USE_WCHAR # pango -> libglib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # pango -> libglib2 select BR2_PACKAGE_PANGO help Pango-based text rendering and overlay -comment "pango plugin requires a toolchain with C++ support" - depends on !BR2_INSTALL_LIBSTDCPP +comment "pango plugin requires a toolchain with C++, WCHAR and threading support" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \ + !BR2_TOOLCHAIN_HAS_THREADS config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_THEORA bool "theora (*.ogg video)"