meson: Remove some dead code
authorNirbheek Chauhan <nirbheek@centricular.com>
Tue, 12 Apr 2022 19:03:26 +0000 (00:33 +0530)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 27 Sep 2022 20:38:55 +0000 (20:38 +0000)
We no longer create any symlinks.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2166>

meson.build

index 5922429..b762870 100644 (file)
@@ -105,13 +105,6 @@ subprojects = [
   ['gst-plugins-rs', { 'option': get_option('rs'), 'build-hotdoc': true, 'match_gst_version': false}],
 ]
 
-symlink = '''
-import os
-
-os.symlink(os.path.join('@1@', 'subprojects', '@0@'),
-  os.path.join('@1@', '@0@'))
-'''
-
 if build_system == 'windows'
   subproject('win-flex-bison-binaries')
   subproject('win-nasm')