From e93e14b12c852f2c78335139c12ffa3f56584c01 Mon Sep 17 00:00:00 2001 From: hrxi Date: Wed, 18 Oct 2023 18:04:42 +0200 Subject: rtp plugin doesn't depend on GnuTLS --- plugins/rtp/CMakeLists.txt | 1 - plugins/rtp/meson.build | 1 - 2 files changed, 2 deletions(-) (limited to 'plugins/rtp') diff --git a/plugins/rtp/CMakeLists.txt b/plugins/rtp/CMakeLists.txt index 2f6f5eaf..83df5df8 100644 --- a/plugins/rtp/CMakeLists.txt +++ b/plugins/rtp/CMakeLists.txt @@ -4,7 +4,6 @@ find_packages(RTP_PACKAGES REQUIRED Gee GLib GModule - GnuTLS GObject GTK4 Gst diff --git a/plugins/rtp/meson.build b/plugins/rtp/meson.build index 06821c91..a222a05a 100644 --- a/plugins/rtp/meson.build +++ b/plugins/rtp/meson.build @@ -4,7 +4,6 @@ dependencies = [ dep_gee, dep_glib, dep_gmodule, - dep_gnutls, dep_gstreamer, dep_gstreamer_app, dep_gstreamer_audio, -- cgit v1.2.3-54-g00ecf