mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
meson: install the man pages for the command line tools
https://bugzilla.gnome.org/show_bug.cgi?id=796274
This commit is contained in:
parent
388b48511e
commit
b163f373c3
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@ executable('gst-device-monitor-@0@'.format(api_version),
|
||||||
include_directories: [configinc],
|
include_directories: [configinc],
|
||||||
dependencies : tool_deps,
|
dependencies : tool_deps,
|
||||||
)
|
)
|
||||||
|
install_man('gst-device-monitor-@0@.1'.format(api_version))
|
||||||
|
|
||||||
executable('gst-discoverer-@0@'.format(api_version),
|
executable('gst-discoverer-@0@'.format(api_version),
|
||||||
'gst-discoverer.c',
|
'gst-discoverer.c',
|
||||||
|
@ -15,6 +16,7 @@ executable('gst-discoverer-@0@'.format(api_version),
|
||||||
include_directories: [configinc],
|
include_directories: [configinc],
|
||||||
dependencies : tool_deps,
|
dependencies : tool_deps,
|
||||||
)
|
)
|
||||||
|
install_man('gst-discoverer-@0@.1'.format(api_version))
|
||||||
|
|
||||||
executable('gst-play-@0@'.format(api_version),
|
executable('gst-play-@0@'.format(api_version),
|
||||||
'gst-play.c', 'gst-play-kb.c',
|
'gst-play.c', 'gst-play-kb.c',
|
||||||
|
@ -23,3 +25,4 @@ executable('gst-play-@0@'.format(api_version),
|
||||||
include_directories: [configinc],
|
include_directories: [configinc],
|
||||||
dependencies : tool_deps + [libm],
|
dependencies : tool_deps + [libm],
|
||||||
)
|
)
|
||||||
|
install_man('gst-play-@0@.1'.format(api_version))
|
||||||
|
|
Loading…
Reference in a new issue