From patchwork Mon Jul 15 19:47:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259234 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 9B2A42C0168 for ; Tue, 16 Jul 2013 05:52:44 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 02F0A9369E; Mon, 15 Jul 2013 19:51:53 +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 F3yUu2pAkwUI; Mon, 15 Jul 2013 19:51:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id B5A95934A1; Mon, 15 Jul 2013 19:51:42 +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 7B4571BF9FB for ; Mon, 15 Jul 2013 19:49:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AC193864CB for ; Mon, 15 Jul 2013 19:48:56 +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 uzCyM9SMD+BN for ; Mon, 15 Jul 2013 19:48:56 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f42.google.com (mail-oa0-f42.google.com [209.85.219.42]) by whitealder.osuosl.org (Postfix) with ESMTPS id 462ED87BF6 for ; Mon, 15 Jul 2013 19:48:56 +0000 (UTC) Received: by mail-oa0-f42.google.com with SMTP id j6so16446717oag.29 for ; Mon, 15 Jul 2013 12:48:55 -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=d6X8H32MJDzZnekBQpiBes8REZTVixKl3sKcumopEeM=; b=AKAKBeX984PtPFTh6t9dRrJjcL4LgIm+HIXfcg9YAGMUxsbK7NtqoXFhgpodVdQKVQ +NfUEH9RXqLWrb1z9DiTUxGK5R/JfmgYQG8JAYPboxn7p46NtocrWDx56pdzMH/UMT7b 6k6ItNwY/+yPZhrhQxuixoFv2LMth2SR4Fh4pswS9N6vGG7kFFRlHw8hsOf+L6hMIn/A 1CggxxkXTI6FarjoZv7bO6boJBpfSs3o0ba8mRjh4GF/pg9bWYqTv09PF0ts5BIIyqqv jG6lg69CnX5iq5W7wQqxoajSroFRc0/n3QH+rGlPRI4HzJHxm/CjMXcvwao51yHmWy1a krog== X-Received: by 10.182.79.165 with SMTP id k5mr44930802obx.31.1373917735545; Mon, 15 Jul 2013 12:48:55 -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.54 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:55 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:47:41 -0500 Message-Id: <1373917670-30006-59-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: ALoCoQltIzFpIxuohCDXg+OhLixaIuv4txHDbq2zd2LF7sRy/A74FHwcXiXMFLC0J655p/7KqA38 Subject: [Buildroot] [PATCH 58/67] gst-plugins-bad: 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/gst-plugins-bad/Config.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/package/multimedia/gst-plugins-bad/Config.in b/package/multimedia/gst-plugins-bad/Config.in index 2271036..3c5c161 100644 --- a/package/multimedia/gst-plugins-bad/Config.in +++ b/package/multimedia/gst-plugins-bad/Config.in @@ -277,8 +277,13 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FAAD config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_LIBMMS bool "libmms" + depends on BR2_USE_WCHAR # libmms -> libglib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # libmms -> libglib2 select BR2_PACKAGE_LIBMMS +comment "libmms requires a toolchain with WCHAR and threading support" + depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS + config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MUSEPACK bool "musepack" select BR2_PACKAGE_MUSEPACK @@ -294,10 +299,13 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_OPUS config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RSVG bool "rsvg" depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_USE_WCHAR # librsvg -> libglib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # librsvg -> libglib2 select BR2_PACKAGE_LIBRSVG -comment "rsvg plugin requires a toolchain with C++ support" - depends on !BR2_INSTALL_LIBSTDCPP +comment "rsvg 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_GST_PLUGINS_BAD_PLUGIN_SDL bool "sdl"