mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
meson: Add GL summary
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/836>
This commit is contained in:
parent
0236fa8b9e
commit
d867cacf86
1 changed files with 3 additions and 3 deletions
|
@ -961,9 +961,9 @@ if build_gstgl
|
||||||
glconf.set('GST_GL_HAVE_EGLUINT64KHR', 1)
|
glconf.set('GST_GL_HAVE_EGLUINT64KHR', 1)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
message('Building libgstgl with GL api: ' + ' '.join(enabled_gl_apis))
|
summary('GL api', enabled_gl_apis, list_sep: ', ')
|
||||||
message('Building libgstgl with GL platform: ' + ' '.join(enabled_gl_platforms))
|
summary('GL platform', enabled_gl_platforms, list_sep: ', ')
|
||||||
message('Building libgstgl with GL winsys: ' + ' '.join(enabled_gl_winsys))
|
summary('GL winsys', enabled_gl_winsys, list_sep: ', ')
|
||||||
|
|
||||||
install_headers(gl_headers, subdir : 'gstreamer-1.0/gst/gl')
|
install_headers(gl_headers, subdir : 'gstreamer-1.0/gst/gl')
|
||||||
install_headers(gl_prototype_headers, subdir : 'gstreamer-1.0/gst/gl/glprototypes')
|
install_headers(gl_prototype_headers, subdir : 'gstreamer-1.0/gst/gl/glprototypes')
|
||||||
|
|
Loading…
Reference in a new issue