From patchwork Mon Jul 15 19:47:30 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259222 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 E062E2C0168 for ; Tue, 16 Jul 2013 05:52:07 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id AB6D493524; Mon, 15 Jul 2013 19:51:37 +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 KlLXb9gykb3o; Mon, 15 Jul 2013 19:51:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 3DC3E93577; Mon, 15 Jul 2013 19:51:30 +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 1908C1BF9FB for ; Mon, 15 Jul 2013 19:48:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 33B96837B8 for ; Mon, 15 Jul 2013 19:48:46 +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 cbMYiuudzJP1 for ; Mon, 15 Jul 2013 19:48:45 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ob0-f179.google.com (mail-ob0-f179.google.com [209.85.214.179]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9E0B78BAD1 for ; Mon, 15 Jul 2013 19:48:45 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id xk17so14125112obc.24 for ; Mon, 15 Jul 2013 12:48:44 -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=/kG9+CoC0uATf1lmZ/yG/THUeT9nEmxiIoyrUHTnqmw=; b=gAZ3to6Wj/GqcZPpgRjlswyE0hj42j3Fql9BaVbEM4NkHc6LUhmCdF8JfLBjj3f8o/ vl1Oo4CTfgRIUr/pE7XD1mZG6lzyw6/RAF+U1u/3/aphXoSEaRT7bqF1jLrECnB+ytjS VADTsuF4YNXfrhUpHMbAcJirWxEHOZHM9IDKGTYVZ9YdFLoRGmrfmSQkA2Roy5v/RX6Y nb+OwoqfPwfKb/QW3Ind65qeerfgdqabyDNe4k/nUA/n2qr1Y2msUjaO5I54yNWOD0hT pJbdG4VaTEdRFMUUpNV0pfgqucAXaDqr0I8e4Mtjm9t75Mvg3uGIVod0NaExxNDYlPSr S5VQ== X-Received: by 10.60.84.147 with SMTP id z19mr45785448oey.21.1373917724873; Mon, 15 Jul 2013 12:48:44 -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.44 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:44 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:47:30 -0500 Message-Id: <1373917670-30006-48-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: ALoCoQlNDH0yIhrFogAagqre7Ze7CAi/JWf4tIvbTjil19WHa8cHbsBzHeLG/4n3zejNME5pMw5g Subject: [Buildroot] [PATCH 47/67] shared-mime-info: 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/shared-mime-info/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/shared-mime-info/Config.in b/package/shared-mime-info/Config.in index b08c1fd..ee635ac 100644 --- a/package/shared-mime-info/Config.in +++ b/package/shared-mime-info/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_SHARED_MIME_INFO bool "shared-mime-info" depends on BR2_USE_WCHAR # glib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_LIBXML2 help @@ -10,5 +11,5 @@ config BR2_PACKAGE_SHARED_MIME_INFO http://freedesktop.org/wiki/Software/shared-mime-info -comment "shared-mime-info requires a toolchain with WCHAR support" - depends on !BR2_USE_WCHAR +comment "shared-mime-info requires a toolchain with WCHAR and threading support" + depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS