From: Koop Mast Date: Fri, 21 Apr 2017 13:04:32 +0000 (+0200) Subject: Meson: also build and install gst-stats-1.0 and it's man page. X-Git-Tag: 1.12.0~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97cacb78e3bdd4cdd3922a2fcb077422629c3bf1;p=platform%2Fupstream%2Fgstreamer.git Meson: also build and install gst-stats-1.0 and it's man page. https://bugzilla.gnome.org/show_bug.cgi?id=781585 --- diff --git a/tools/meson.build b/tools/meson.build index c23b6a6..ba7eb86 100644 --- a/tools/meson.build +++ b/tools/meson.build @@ -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)