From patchwork Thu Apr 17 16:04:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 339975 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 DA5D91400B8 for ; Fri, 18 Apr 2014 02:05:14 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id AFED3934E3; Thu, 17 Apr 2014 16:05:00 +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 Am9rb3BR+hU3; Thu, 17 Apr 2014 16:04:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 76F1B93559; Thu, 17 Apr 2014 16:04:59 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id E46A31BFA58 for ; Thu, 17 Apr 2014 16:04:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 92BFE8BF81 for ; Thu, 17 Apr 2014 16:04:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZNkMBlNa9I-G for ; Thu, 17 Apr 2014 16:04:50 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) by fraxinus.osuosl.org (Postfix) with ESMTPS id EBB208BF7F for ; Thu, 17 Apr 2014 16:04:49 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id q58so620751wes.40 for ; Thu, 17 Apr 2014 09:04:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=FVsWYwXHisHmxky3TLlM2pZum41v/jyy8XoRERv0ekU=; b=IWaunFz12LSIz4zF/8T5V4OYke43A/Uu5LEXAP5zwTGAS6A1Goj9dW3IVh8D1AzLB6 2fMXXYDlTx26G3ICigwsIt/Af+K3HoH7Z8eVpqIuIKdeU0KyjQwPABZhrsR3k9dT/lqq qqqXP/lqFzeci4aDifXze+sBZ1J07EbvqxOqBQQFyASzA7DIZRglrH++8thFEVzJYWJf DE7q4EWaoNKxARfJ4GWnIMXsZgKZ+W2s8hJ0aq9yJh2soYEApHWvLDimHJM13WPurSHT M2Hp52iSEw8ZjdrjNBeVmjJ4vFM/PpTLJtk9qalGlkeaVpgOX88npxDI1tXO/R2+1hLe 9f9A== X-Received: by 10.180.72.179 with SMTP id e19mr12780664wiv.61.1397750688457; Thu, 17 Apr 2014 09:04:48 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id r4sm39573184wjz.28.2014.04.17.09.04.47 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 17 Apr 2014 09:04:47 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Thu, 17 Apr 2014 18:04:26 +0200 Message-Id: X-Mailer: git-send-email 1.8.3.2 In-Reply-To: References: Cc: Bernd Kuhls , "Yann E. MORIN" Subject: [Buildroot] [PATCH 14/14] xapp_xdriinfo: depends on the virtual package libgl 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 From: Bernd Kuhls Fixes http://autobuild.buildroot.net/results/90a/90a8226a8a2978eb13d02645cb9e3d95d9b95757/ Signed-off-by: Bernd Kuhls [yann.morin.1998@free.fr: fix comment, trim the commit log from unneeded info] Signed-off-by: "Yann E. MORIN" --- package/x11r7/xapp_xdriinfo/Config.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/x11r7/xapp_xdriinfo/Config.in b/package/x11r7/xapp_xdriinfo/Config.in index 970bff5..36dc577 100644 --- a/package/x11r7/xapp_xdriinfo/Config.in +++ b/package/x11r7/xapp_xdriinfo/Config.in @@ -2,6 +2,9 @@ config BR2_PACKAGE_XAPP_XDRIINFO bool "xdriinfo" select BR2_PACKAGE_XLIB_LIBX11 select BR2_PACKAGE_XPROTO_GLPROTO - depends on BR2_PACKAGE_MESA3D + depends on BR2_PACKAGE_HAS_LIBGL help query configuration information of DRI drivers + +comment "xdriinfo needs an OpenGL backend" + depends on !BR2_PACKAGE_HAS_LIBGL