From patchwork Mon Jul 15 19:47:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259217 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 9301C2C00DB for ; Tue, 16 Jul 2013 05:51:49 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6A7A6934A4; Mon, 15 Jul 2013 19:51:28 +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 2UXg-xTxGTdb; Mon, 15 Jul 2013 19:51:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 8350493562; Mon, 15 Jul 2013 19:51:24 +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 2DE491BF9FB for ; Mon, 15 Jul 2013 19:48:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5EE5D8BB40 for ; Mon, 15 Jul 2013 19:48:43 +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 MC8Zp7Tzi+7q for ; Mon, 15 Jul 2013 19:48:42 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f48.google.com (mail-oa0-f48.google.com [209.85.219.48]) by whitealder.osuosl.org (Postfix) with ESMTPS id EBE8D8BAD1 for ; Mon, 15 Jul 2013 19:48:41 +0000 (UTC) Received: by mail-oa0-f48.google.com with SMTP id f4so15962773oah.7 for ; Mon, 15 Jul 2013 12:48:41 -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=EQWbDN4jAOPkGP11f27i9WByaAoiJh/7rl2RcVUyo3U=; b=cGA49tPABgyMX9eUftCDsKqGLQfvGkVNFwVVG1Xleir08E2I+grN6CzVaI+O0oo4cs OIgL3hJSS+vsxClinp+0pWPIq++CP3Jq3cu5BvcVCuA2oHtmnVFJIMTFZ/vFAnR8GJE3 L3rdcId4u3kLm5lT/xKZjKucLxODz0hxH6HaN3kcCTIkvb7k/6gQGKMQWCedBIZq1FmN rKWV7PRr3SEJQ+C3xrzxmRWSMOOa6cCAA2hexeVebsj/rhEy8wizA1+F9iF5sAkpyLI6 mwijElPJgVRIZFw50nFLppa/Iv8Ng6yvSDoWDkQ0m4gHPgGUd/w8guavkwRqHnUDyCTY jP6A== X-Received: by 10.182.241.138 with SMTP id wi10mr43217304obc.48.1373917721213; Mon, 15 Jul 2013 12:48:41 -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.39 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:40 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:47:26 -0500 Message-Id: <1373917670-30006-44-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: ALoCoQnUA15mebiIPPzf5wW/9t9jteOMm/EOtclL+Z2AIlCCx5veIjtowMF0Y+1NLsfdo14WFXdE Subject: [Buildroot] [PATCH 43/67] pcmanfm: 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/pcmanfm/Config.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package/pcmanfm/Config.in b/package/pcmanfm/Config.in index 484192b..5c80c10 100644 --- a/package/pcmanfm/Config.in +++ b/package/pcmanfm/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_PCMANFM bool "pcmanfm" depends on BR2_PACKAGE_XORG7 depends on BR2_USE_WCHAR # glib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 select BR2_PACKAGE_GAMIN select BR2_PACKAGE_STARTUP_NOTIFICATION select BR2_PACKAGE_XLIB_LIBX11 @@ -12,5 +13,6 @@ config BR2_PACKAGE_PCMANFM http://internap.dl.sourceforge.net/sourceforge/pcmanfm -comment "pcmanfm requires a toolchain with WCHAR support" - depends on BR2_PACKAGE_XORG7 && !BR2_USE_WCHAR +comment "pcmanfm requires a toolchain with WCHAR and threading support" + depends on BR2_PACKAGE_XORG7 && \ + (!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS)