[mutter/gbsneto/installed-tests: 6/6] meson: Print some configure flags
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/gbsneto/installed-tests: 6/6] meson: Print some configure flags
- Date: Thu, 20 Dec 2018 13:32:52 +0000 (UTC)
commit 7b7ced8e72432f7a5f2945b992a300233c78571c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Dec 17 13:39:54 2018 -0200
meson: Print some configure flags
Just an additional touch after adding installed tests,
outputting those flags helped not losing track of them.
meson.build | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
---
diff --git a/meson.build b/meson.build
index 7f6bb43a3..7a3df6bd5 100644
--- a/meson.build
+++ b/meson.build
@@ -319,3 +319,46 @@ subdir('data')
subdir('src')
subdir('po')
subdir('doc/man')
+
+output = [
+ '',
+ '',
+ ' Mutter ' + meson.project_version(),
+ ' ===============',
+ '',
+ ' Prefix....................... ' + prefix,
+ ' libexecdir................... ' + libexecdir,
+ ' pkgdatadir................... ' + pkgdatadir,
+ '',
+ ' Rendering APIs:',
+ '',
+ ' OpenGL................... ' + have_gl.to_string(),
+ ' EGL...................... ' + have_egl.to_string(),
+ ' GLX...................... ' + have_glx.to_string(),
+ ' GLES2.................... ' + have_gles2.to_string(),
+ '',
+ ' Options:',
+ '',
+ ' Wayland.................. ' + have_wayland.to_string(),
+ ' Wayland EGLStream........ ' + have_wayland.to_string(),
+ ' Native Backend........... ' + have_native_backend.to_string(),
+ ' EGL Device............... ' + have_egl_device.to_string(),
+ ' Remote desktop........... ' + have_remote_desktop.to_string(),
+ ' gudev.................... ' + have_libgudev.to_string(),
+ ' canberra................. ' + have_libcanberra.to_string(),
+ ' Wacom.................... ' + have_libwacom.to_string(),
+ ' SM....................... ' + have_sm.to_string(),
+ ' Startup notification..... ' + have_startup_notification.to_string(),
+ ' Introspection............ ' + have_introspection.to_string(),
+ '',
+ ' Tests:',
+ '',
+ ' Cogl..................... ' + have_cogl_tests.to_string(),
+ ' Clutter.................. ' + have_clutter_tests.to_string(),
+ ' Installed tests.......... ' + have_installed_tests.to_string(),
+ '',
+ ' Now type \'ninja -C ' + meson.build_root() + '\' to build ' + meson.project_name(),
+ '',
+ '',
+]
+message('\n'.join(output))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]