mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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:
parent
c2bffe22f3
commit
edbd307df9
1 changed files with 0 additions and 4 deletions
|
@ -148,10 +148,6 @@ foreach sp : subprojects
|
||||||
orc_update_targets += subproj.get_variable('orc_update_targets', [])
|
orc_update_targets += subproj.get_variable('orc_update_targets', [])
|
||||||
|
|
||||||
subprojects_names += [project_name]
|
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 not meson.is_cross_build() and build_infos.get('build-hotdoc', false)
|
||||||
if plugins.length() > 0
|
if plugins.length() > 0
|
||||||
|
|
Loading…
Reference in a new issue