build: Remove gst dependencies

Those are left-overs from the built-in Shell.Recorder.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2297>
This commit is contained in:
Florian Müllner
2022-05-18 13:32:17 +02:00
committed by Marge Bot
parent 3e7ce18dcf
commit 88441c35c9
2 changed files with 0 additions and 5 deletions

View File

@ -65,7 +65,6 @@ gnome_shell_deps = [
]
gnome_shell_deps += nm_deps
gnome_shell_deps += recorder_deps
tools_cflags = '-DLOCALEDIR="@0@"'.format(localedir)
tools_deps = [gio_dep, gjs_dep]