From patchwork Sun Jun 8 14:15:09 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: 357203 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id CAAEB1400AF for ; Mon, 9 Jun 2014 00:15:32 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7C2258967B; Sun, 8 Jun 2014 14:15:31 +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 RAkTODL0SYTN; Sun, 8 Jun 2014 14:15:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3D9708AE4B; Sun, 8 Jun 2014 14:15:28 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 587251BF857 for ; Sun, 8 Jun 2014 14:15:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 54A148856D for ; Sun, 8 Jun 2014 14:15:25 +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 Xysla-rztU6a for ; Sun, 8 Jun 2014 14:15:25 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by hemlock.osuosl.org (Postfix) with ESMTPS id B21E9884DD for ; Sun, 8 Jun 2014 14:15:24 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id u56so341432wes.21 for ; Sun, 08 Jun 2014 07:15:23 -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=W0imKq4PkGZ8tXHqEye/P9kv3uDr2EptMmnU8siGIxk=; b=L4BPxU6nVNtpGH1Ij4PPPI/942LRht+VpS6+UGBWydK4Trta7zyhTDR7pBmiXIVuaX nOTWfS/4r0ppaD9cUkj8m8Qr4xj/zb8lL0qLy0Cyfmmd0GGOOlq/+mfiH88y3qIRWYAf q+B/NmUUqVQtt3rIan1yPBAdwrgzrlTRFTuigmE5QwJ/Q0ZLQ1Hnt6AWd3lrer8StI6O yCulSO3UZA/7DyyAKbytAg4RnBmfcWPoardz/er4saEWmeXTwTJ2J/hbkUVxq+MIaXC2 qUq4FQMhFVFkL/JDcDYdmpJ/fhz7WATx21KYcdtk5iAwJX7eMrsMbR7M6GMEBjgMIldr TpkQ== X-Received: by 10.180.187.111 with SMTP id fr15mr12391879wic.57.1402236923148; Sun, 08 Jun 2014 07:15:23 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id f2sm9115876wiz.11.2014.06.08.07.15.21 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 08 Jun 2014 07:15:22 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sun, 8 Jun 2014 16:15:09 +0200 Message-Id: <0ae1a550f2f46b1432d2bee725c4e957889f4a59.1402236631.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: References: Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH 03/11] package/mesa3d: rename the prompt 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: "Yann E. MORIN" Rename the prompt for mesa3d so that it matches what we usually do for prompts of packages: just name the package in lower case. This will help generate nicer tables in the generated packages list, both in existing tables, and in the upcoming table of virtual packages. Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Cc: Samuel Martin Reviewed-by: Samuel Martin --- package/mesa3d/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in index 06f2bc3..6621154 100644 --- a/package/mesa3d/Config.in +++ b/package/mesa3d/Config.in @@ -1,5 +1,5 @@ menuconfig BR2_PACKAGE_MESA3D - bool "Mesa 3D Graphics Library" + bool "mesa3d" select BR2_PACKAGE_LIBDRM select BR2_PACKAGE_EXPAT select BR2_PACKAGE_HOST_LIBXML2_PYTHON