summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-04-13 00:33:26 +0530
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-09-27 20:38:55 +0000
commit139c332911792f4faa87566e5f26edb3cea8db51 (patch)
treefd4df97436f31fa5bdaccc7609c4ccb3ee2b57e0 /meson.build
parent6a3319c8f2c93a693e9fea892991b3494c8c0fb4 (diff)
downloadgstreamer-139c332911792f4faa87566e5f26edb3cea8db51.tar.gz
meson: Remove some dead code
We no longer create any symlinks. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2166>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build7
1 files changed, 0 insertions, 7 deletions
diff --git a/meson.build b/meson.build
index 5922429121..b762870ebc 100644
--- a/meson.build
+++ b/meson.build
@@ -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')