Mesa (master): meson: only add empty lines betwen active summary sections

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 28 18:16:08 UTC 2019


Module: Mesa
Branch: master
Commit: 6227e6faee29e4f857aa3a198302135cdf37c402
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6227e6faee29e4f857aa3a198302135cdf37c402

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Tue Jun 25 10:13:17 2019 +0100

meson: only add empty lines betwen active summary sections

Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

---

 meson.build | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meson.build b/meson.build
index 6238f98b8ca..432b3f4ea87 100644
--- a/meson.build
+++ b/meson.build
@@ -1544,8 +1544,8 @@ lines = ['',
                                                     with_gles2 ? 'yes' : 'no'),
 ]
 
-lines += ''
 if with_osmesa != 'none'
+  lines += ''
   suffix = ''
   if with_osmesa == 'gallium'
     suffix = '(Gallium)'
@@ -1555,8 +1555,8 @@ else
   lines += 'OSMesa:          no'
 endif
 
-lines += ''
 if with_dri
+  lines += ''
   lines += 'DRI platform:    ' + with_dri_platform
   if dri_drivers.length() != 0 and dri_drivers != ['']
     lines += 'DRI drivers:     ' + ' '.join(dri_drivers)
@@ -1566,8 +1566,8 @@ if with_dri
   lines += 'DRI driver dir:  ' + dri_drivers_path
 endif
 
-lines += ''
 if with_glx != 'disabled'
+  lines += ''
   if with_glx == 'dri'
     lines += 'GLX:             DRI-based'
   elif with_glx == 'xlib'




More information about the mesa-commit mailing list