From patchwork Mon Jul 15 19:47:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259214 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 768372C00E3 for ; Tue, 16 Jul 2013 05:51:40 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3AA0993531; Mon, 15 Jul 2013 19:51:26 +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 HXBCCb-qU7KM; Mon, 15 Jul 2013 19:51:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id B569793563; Mon, 15 Jul 2013 19:51:20 +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 87F2B1BF9FB for ; Mon, 15 Jul 2013 19:48:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B90598BADF for ; Mon, 15 Jul 2013 19:48:38 +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 Lx6iB7pB49Af for ; Mon, 15 Jul 2013 19:48:38 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f41.google.com (mail-oa0-f41.google.com [209.85.219.41]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5A5F58BAD1 for ; Mon, 15 Jul 2013 19:48:38 +0000 (UTC) Received: by mail-oa0-f41.google.com with SMTP id n10so16437908oag.14 for ; Mon, 15 Jul 2013 12:48:37 -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=yTIt4Y3Ri53kGpkAC26PXsSOHbdmF3kwnJZeEe55OpU=; b=AjbEtBTh6SVaZ/FU9dPclcRcwz5yDeF5SOlMatjNR/n7BlAYKr/jtfduhA4Y68XSZ8 NjUq0rzfnRBag1rlCWNc7UmxOSIGpMDCigUAt9H9t8oZEazZTpx8yydlO3P8SIzYsTP8 ZijP5CxnTZeTgxa0QLpYWGA6fOlphT42dFBlih0lOiHA2bV7HEPCkL7BVxjOUjCfnfVv e5isbgZmKtaGJo8Af/WY14Z9S+tCoK8J3wABWURHfOFWtG8VU0H+tFew3RITKacq7u7F Lpvtd39VOjyTb2vkCjqYpVZIk5fC53LzqpiTknzIsuJZXbTkWiMBIxZTYOFyOf7iBHn6 VLmQ== X-Received: by 10.182.120.196 with SMTP id le4mr44726423obb.57.1373917717626; Mon, 15 Jul 2013 12:48:37 -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.36 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:37 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:47:23 -0500 Message-Id: <1373917670-30006-41-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: ALoCoQnSV6GgQ31qyNIcUdl3m1/CVXfHHUyK+9hsfj4AEpeUpds/1z9a8uErDxd2axV/BIChY6+I Subject: [Buildroot] [PATCH 40/67] opencv: 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/opencv/Config.in | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package/opencv/Config.in b/package/opencv/Config.in index 26bf5e7..c6ec3fe 100644 --- a/package/opencv/Config.in +++ b/package/opencv/Config.in @@ -139,16 +139,20 @@ comment "ffmpeg support requires a toolchain with LARGEFILE and IPV6 support" config BR2_PACKAGE_OPENCV_WITH_GSTREAMER bool "gstreamer support" - depends on BR2_USE_WCHAR - depends on BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_USE_WCHAR # gstreamer -> libglib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # gstreamer -> libglib2 select BR2_PACKAGE_GSTREAMER select BR2_PACKAGE_GST_PLUGINS_BASE select BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_APP +comment "gstreamer support requires a toolchain with WCHAR and threading support" + depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS + config BR2_PACKAGE_OPENCV_WITH_GTK bool "gtk support" depends on BR2_PACKAGE_XORG7||BR2_PACKAGE_DIRECTFB - depends on BR2_USE_WCHAR + depends on BR2_USE_WCHAR # libgtk2 -> libglib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # libgtk2 -> libglib2 depends on BR2_INSTALL_LIBSTDCPP select BR2_PACKAGE_LIBGTK2