From patchwork Wed Dec 18 20:29:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas De Schampheleire X-Patchwork-Id: 303047 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id DE70F2C0085 for ; Thu, 19 Dec 2013 07:29:51 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3AEE38C2B7; Wed, 18 Dec 2013 20:29:51 +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 d2dw8d7Oav3f; Wed, 18 Dec 2013 20:29:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 089E98C5F6; Wed, 18 Dec 2013 20:29:47 +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 1C9D31BFA1F for ; Wed, 18 Dec 2013 20:29:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 182F48C42B for ; Wed, 18 Dec 2013 20:29: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 lOapLl3uTOze for ; Wed, 18 Dec 2013 20:29:43 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ea0-f177.google.com (mail-ea0-f177.google.com [209.85.215.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id E30EE8C52A for ; Wed, 18 Dec 2013 20:29:42 +0000 (UTC) Received: by mail-ea0-f177.google.com with SMTP id n15so66401ead.22 for ; Wed, 18 Dec 2013 12:29:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:subject :message-id:in-reply-to:references:user-agent:date:from:to; bh=79J4LM0CAJRleMJc7WIVRjpfD3ZVBapt4AIzx396MKQ=; b=CFR2MjhzG3YwGH3za7Q4zvD5iR6hXJJM6TL1szJctbsa8h56u7lEvffYbH6XZVSwtR 3mQHr/FxtUNF2PNetvtRAMElfr0YSLlpXSjVyeWxYA6f6PwFnfUphyFI6nA4CYz3cxTk f0gLhBXca39bXHNKP5C48UPLdEAFR2o0/hMjaOyXGuX6MparDB3CfuM80TdDsVUCA8vc jj90i3vF6SBpxZ1v/cUEpmQOYCnxOSTfHZT8IsK6zEINY+OFbh3EVugdNGXY+PqX5ZdZ uw2WyJHI9lTY70xA11m/EL+n2lg8TFOMYiFyZHvxdZFEyDY+wBuBiMJpb4xXzH6Y2WA0 RutQ== X-Received: by 10.14.32.132 with SMTP id o4mr31302832eea.14.1387398581467; Wed, 18 Dec 2013 12:29:41 -0800 (PST) Received: from [127.0.1.1] (d54C62EEB.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id j46sm3134575eew.18.2013.12.18.12.29.36 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 18 Dec 2013 12:29:38 -0800 (PST) MIME-Version: 1.0 X-Mercurial-Node: fc59e1c15a0a52599b71fd19e66136befb3ac705 Message-Id: In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.2.2 Date: Wed, 18 Dec 2013 21:29:11 +0100 From: Thomas De Schampheleire To: buildroot@busybox.net Subject: [Buildroot] [PATCH 3 of 6] qt5quick1: add missing comment for toolchain option dependencies 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Thomas De Schampheleire --- package/qt5/qt5quick1/Config.in | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/qt5/qt5quick1/Config.in b/package/qt5/qt5quick1/Config.in --- a/package/qt5/qt5quick1/Config.in +++ b/package/qt5/qt5quick1/Config.in @@ -20,6 +20,7 @@ config BR2_PACKAGE_QT5QUICK1 http://qt-project.org -comment "qt5quick1 requires an OpenGL-capable backend" - depends on (!BR2_PACKAGE_HAS_OPENGL_EGL || !BR2_PACKAGE_HAS_OPENGL_ES) && \ - BR2_PACKAGE_QT5JSBACKEND_AVAILABLE +comment "qt5quick1 needs a toolchain w/ dynamic library and an OpenGL-capable backend" + depends on BR2_PACKAGE_QT5JSBACKEND_AVAILABLE + depends on !BR2_PACKAGE_HAS_OPENGL_EGL || !BR2_PACKAGE_HAS_OPENGL_ES || \ + BR2_PREFER_STATIC_LIB