Meson: also build and install gst-stats-1.0 and it's man page.

https://bugzilla.gnome.org/show_bug.cgi?id=781585
This commit is contained in:
Koop Mast 2017-04-21 15:04:32 +02:00 committed by Thibault Saunier
parent 8b06627df9
commit 97cacb78e3

View file

@ -1,4 +1,4 @@
tools = [ 'gst-inspect', 'gst-launch','gst-typefind' ]
tools = [ 'gst-inspect', 'gst-launch', 'gst-stats', 'gst-typefind' ]
foreach tool : tools
exe_name = '@0@-@1@'.format(tool, apiversion)