From patchwork Mon Jul 15 19:47:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259243 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 D62712C0168 for ; Tue, 16 Jul 2013 05:53:06 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7BC9F9354C; Mon, 15 Jul 2013 19:52:03 +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 8YF1y6VUDU5u; Mon, 15 Jul 2013 19:52:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id DAF1A9369D; Mon, 15 Jul 2013 19:51: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 6B3161BF9FB for ; Mon, 15 Jul 2013 19:49:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9A0B887BF6 for ; Mon, 15 Jul 2013 19:49:05 +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 z5tqVqkCb493 for ; Mon, 15 Jul 2013 19:49:05 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2DE0A864CB for ; Mon, 15 Jul 2013 19:49:05 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id o6so16275655oag.13 for ; Mon, 15 Jul 2013 12:49:04 -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=+6M+pogCjloD0JLu2b3KGe3sda3OHFyqFb09M+nZY+8=; b=ODOSVupI4rvlsCVqXlw3sJ3gZ9p8eS8rXh6Eu0Xb8rVFaqK9JHJKqSXmFDaI8jlSnc 7Hxm67NKgLAnTKVNmu4lgeeZbfAI4rLHV3X11ZkrTU4+9UOVuQmSpbU8CgqcApNDi3wc KPcCOUnBnzkOsCOjkVNojtqf4wQm7EnO7TxGHD5BrXG9zquhVXr5NeEXh2DLVrl7fs7C CRDqIlcPgEZOYh4fF0NtBhL0Ud9i50Q9m40AIppM32xczt6B1pnEprFXbOTdMEugNCZD 5pJ7ZNISYpzm5mW1B4wUsUvVXRNnqbh0htKvzPvannIq8OqEiCBuAHyaM77P/16regFT EI5Q== X-Received: by 10.60.99.42 with SMTP id en10mr44538698oeb.85.1373917744311; Mon, 15 Jul 2013 12:49:04 -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.03 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:49:03 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:47:49 -0500 Message-Id: <1373917670-30006-67-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: ALoCoQl2HfO8TuQY/gp2IcC1nBXqF+IZcB+f58aHxTsIbMRoDoIa2lq/mmFGTlFKbcF/t2CeBbGp Subject: [Buildroot] [PATCH 66/67] mpd: 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/mpd/Config.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package/multimedia/mpd/Config.in b/package/multimedia/mpd/Config.in index 6e5c690..2ca55cc 100644 --- a/package/multimedia/mpd/Config.in +++ b/package/multimedia/mpd/Config.in @@ -1,7 +1,8 @@ menuconfig BR2_PACKAGE_MPD bool "mpd" depends on BR2_INSTALL_LIBSTDCPP - depends on BR2_USE_WCHAR + depends on BR2_USE_WCHAR # libglib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2 select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE select BR2_PACKAGE_MPD_TREMOR if !(BR2_PACKAGE_MPD_MAD || BR2_PACKAGE_MPD_MPG123 || BR2_PACKAGE_MPD_VORBIS || BR2_PACKAGE_MPD_WAVPACK || BR2_PACKAGE_MPD_FLAC || BR2_PACKAGE_MPD_MUSEPACK || BR2_PACKAGE_MPD_FFMPEG) @@ -181,5 +182,6 @@ config BR2_PACKAGE_MPD_WAVPACK endif -comment "mpd requires a toolchain with C++ and WCHAR support" - depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR +comment "mpd requires a toolchain with C++, threading and WCHAR support" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \ + !BR2_TOOLCHAIN_HAS_THREADS