mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
meson: Install ges-launch
This commit is contained in:
parent
ddc37e6b44
commit
e41de525e4
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ endif
|
||||||
executable('ges-launch-@0@'.format(apiversion),
|
executable('ges-launch-@0@'.format(apiversion),
|
||||||
'ges-validate.c', 'ges-launch.c', 'ges-launcher.c', 'utils.c',
|
'ges-validate.c', 'ges-launch.c', 'ges-launcher.c', 'utils.c',
|
||||||
c_args : [ges_tool_args],
|
c_args : [ges_tool_args],
|
||||||
dependencies : deps
|
dependencies : deps,
|
||||||
|
install: true
|
||||||
)
|
)
|
||||||
|
|
||||||
install_man('ges-launch-1.0.1')
|
install_man('ges-launch-1.0.1')
|
||||||
|
|
Loading…
Reference in a new issue