From d867cacf863e26daf5b6e63a0ee677cd6cd1494b Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 25 Sep 2020 14:05:09 -0400 Subject: [PATCH] meson: Add GL summary Part-of: --- gst-libs/gst/gl/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst-libs/gst/gl/meson.build b/gst-libs/gst/gl/meson.build index db11c5e..bdd7eb1 100644 --- a/gst-libs/gst/gl/meson.build +++ b/gst-libs/gst/gl/meson.build @@ -961,9 +961,9 @@ if build_gstgl glconf.set('GST_GL_HAVE_EGLUINT64KHR', 1) endif - message('Building libgstgl with GL api: ' + ' '.join(enabled_gl_apis)) - message('Building libgstgl with GL platform: ' + ' '.join(enabled_gl_platforms)) - message('Building libgstgl with GL winsys: ' + ' '.join(enabled_gl_winsys)) + summary('GL api', enabled_gl_apis, list_sep: ', ') + summary('GL platform', enabled_gl_platforms, list_sep: ', ') + summary('GL winsys', enabled_gl_winsys, list_sep: ', ') install_headers(gl_headers, subdir : 'gstreamer-1.0/gst/gl') install_headers(gl_prototype_headers, subdir : 'gstreamer-1.0/gst/gl/glprototypes') -- 2.7.4