meson: Disable symlink to gst modules
authorSeungha Yang <seungha@centricular.com>
Tue, 28 Sep 2021 16:30:46 +0000 (01:30 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 19 Nov 2021 22:13:10 +0000 (22:13 +0000)
commitedbd307df95bda055b19aee3d45b7f914e7100d9
treee38cc991a4e3eeeca7cfb8c0c3b17be4ebe565e5
parentc2bffe22f36a917c2df341f01066095310be6d50
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>
meson.build