From patchwork Mon Jul 15 19:47:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259226 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 2531F2C0168 for ; Tue, 16 Jul 2013 05:52:19 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id F327A93159; Mon, 15 Jul 2013 19:51:41 +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 RyKM33X+ZkZX; Mon, 15 Jul 2013 19:51:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 97CFB935E7; Mon, 15 Jul 2013 19:51:33 +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 265D21BF9FB for ; Mon, 15 Jul 2013 19:48:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 57A1987BF6 for ; Mon, 15 Jul 2013 19:48:49 +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 idGdp-Qw3N2K for ; Mon, 15 Jul 2013 19:48:48 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ob0-f176.google.com (mail-ob0-f176.google.com [209.85.214.176]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9280D88611 for ; Mon, 15 Jul 2013 19:48:48 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id v19so14255409obq.21 for ; Mon, 15 Jul 2013 12:48:47 -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=rHmUaOfI7Ve0u/17cdyywQWuSOtTHKy1lCmoOtSZSJ0=; b=nvrUdCjopa/BMqCQlvDVHFfoMFwpB2G6kiTblO+AB5NUA+LtlyvKoH7hLW66AFfCcV s0isp2U0UdinB37/L4llqYeebSZi+RPmt7Pn/udmczDWhHbMH7HhZaPQvcLJGNz/DNQ0 IVlz8imP6MgSAg3tan+dvCglEVuc8/CqCHA86rPRivc4y2DZkOc02CrauSbA/agwmIjP HytAjMmGIRwPoD0n7vGPV0NoLDn3gwHVDex6aJRx1xeRsVCgDoRANM7hqUrgx/LMc4su SfasVxe4Phhyq0/u+LDfmzmirBSiszFu4p2MZYujLYBQNFbeAJkdihScH/6mcC4YmVlP ZyUw== X-Received: by 10.182.241.138 with SMTP id wi10mr43217602obc.48.1373917727774; Mon, 15 Jul 2013 12:48:47 -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.46 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:47 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:47:33 -0500 Message-Id: <1373917670-30006-51-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: ALoCoQlzMBh0xkqUXziqzhXJADdpzPgkRGX1ISYGA8jJSOy8IbK+ZDwmBrJ19Dq/km6T11SbLSua Subject: [Buildroot] [PATCH 50/67] sysprof: 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 minor cleanups as well Signed-off-by: Spenser Gilliland --- package/sysprof/Config.in | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package/sysprof/Config.in b/package/sysprof/Config.in index 513a32c..d78062a 100644 --- a/package/sysprof/Config.in +++ b/package/sysprof/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_SYSPROF bool "sysprof" select BR2_PACKAGE_LIBGLIB2 depends on BR2_USE_WCHAR # glib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 # In its util.h file, sysprof contains architecture-specific # code depends on BR2_i386 || BR2_x86_64 || BR2_powerpc || BR2_sh4a || BR2_sh4aeb @@ -11,14 +12,17 @@ config BR2_PACKAGE_SYSPROF http://sysprof.com +if BR2_PACKAGE_SYSPROF + config BR2_PACKAGE_SYSPROF_GUI bool "sysprof GUI" - depends on BR2_PACKAGE_SYSPROF depends on BR2_PACKAGE_LIBGTK2 select BR2_PACKAGE_LIBGLADE select BR2_PACKAGE_GDK_PIXBUF help GUI for the sysprof system-wide statistical profiler. -comment "sysprof requires a toolchain with WCHAR support" - depends on !BR2_USE_WCHAR +endif + +comment "sysprof requires a toolchain with WCHAR and threading support" + depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS