meson: Disable symlink to gst modules

Symlink to directory usually makes IDE be confused,
and also any git command to the symlink would not work.
Disable the symlink since we don't see any advantage of the use case
at the moment.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/949>
This commit is contained in:
Seungha Yang 2021-09-29 01:30:46 +09:00 committed by GStreamer Marge Bot
parent c2bffe22f3
commit edbd307df9

View file

@ -148,10 +148,6 @@ foreach sp : subprojects
orc_update_targets += subproj.get_variable('orc_update_targets', [])
subprojects_names += [project_name]
cmdres = run_command(python3, '-c', symlink.format(project_name, meson.current_source_dir()))
if cmdres.returncode() == 0
message('Created symlink to ' + project_name)
endif
if not meson.is_cross_build() and build_infos.get('build-hotdoc', false)
if plugins.length() > 0