From: Yann E. MORIN Date: Sun, 8 Jun 2014 14:15:09 +0000 (+0200) Subject: package/mesa3d: rename the prompt X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d2f3e43afb1857bbd245b35414d73716fc510644;p=buildroot.git package/mesa3d: rename the prompt 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in index 06f2bc3821..6621154d48 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