From edbd307df95bda055b19aee3d45b7f914e7100d9 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Wed, 29 Sep 2021 01:30:46 +0900 Subject: [PATCH] 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: --- meson.build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meson.build b/meson.build index af96740425..c1f2887651 100644 --- a/meson.build +++ b/meson.build @@ -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