From patchwork Mon Jul 15 19:47:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259240 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 E25E22C0168 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 29FF193603; Mon, 15 Jul 2013 19:51:59 +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 h5qQkQc5PVGv; Mon, 15 Jul 2013 19:51:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 90B6F9367E; Mon, 15 Jul 2013 19:51:49 +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 570121BF9FB for ; Mon, 15 Jul 2013 19:49:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 882D987BF6 for ; Mon, 15 Jul 2013 19:49:03 +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 dTW2jrXj0m9C for ; Mon, 15 Jul 2013 19:49:03 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f49.google.com (mail-oa0-f49.google.com [209.85.219.49]) by whitealder.osuosl.org (Postfix) with ESMTPS id 293DE864CB for ; Mon, 15 Jul 2013 19:49:03 +0000 (UTC) Received: by mail-oa0-f49.google.com with SMTP id n9so16142972oag.8 for ; Mon, 15 Jul 2013 12:49:02 -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=YX1I3+Sb5ad/1PSFZJpo8e5iF/aBlQF0MQ83l1LMMVQ=; b=G0X0JrB5JKBOJgEzkwSHk4v0icchqw8qQMnf4XjVPnRSI114P5xSMRmWUnHP+jwPC6 LndACCo5YkCJuODZZQbkMRyDa1Q3N+90R3TNLzqbStta50KQFh58gyvWGVK0c1z+bRRu 7mWmXDbRRMNbpXeNdf7obFY74WKDGiPvY9MBI+k90E7/mC9UKmNWisXKqB1p0sz4xW/h C3j9xSgY+Rm98WpSk+SvhF4QnlaNpOBeqSdKuYv7uhiHxDe+cqNC9fgrS4Odq/UNGYiK CTAduGisY5oViLpaNJ9PSu5ICG3tHuQJJVOjzX8M5wj9jHGSQciL99a7DuAnl3ONIxku T52Q== X-Received: by 10.182.79.165 with SMTP id k5mr44931143obx.31.1373917742418; Mon, 15 Jul 2013 12:49:02 -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.49.01 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:49:02 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:47:47 -0500 Message-Id: <1373917670-30006-65-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: ALoCoQn/AwX39sZNFZhAC4DKi3JIE3ZALY62yCscwmEGJyByoqT/q4ORH47eLFPILXDLaGuxEcMP Subject: [Buildroot] [PATCH 64/67] gstreamer: 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/gstreamer/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/multimedia/gstreamer/Config.in b/package/multimedia/gstreamer/Config.in index d2f99da..5188b8f 100644 --- a/package/multimedia/gstreamer/Config.in +++ b/package/multimedia/gstreamer/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_GSTREAMER bool "gstreamer" depends on BR2_USE_WCHAR # glib2 - depends on BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 select BR2_PACKAGE_LIBGLIB2 help GStreamer is an open source multimedia framework.