summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins/files/patch-gst-libs_gst_rtp_meson.build
blob: 417eb43b28da67079907a6a608a9bcacf637305c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- gst-libs/gst/rtp/meson.build.orig	2025-03-11 20:14:44 UTC
+++ gst-libs/gst/rtp/meson.build
@@ -1,3 +1,4 @@
+if get_option('rtp').enabled()
 rtp_sources = files([
   'gstrtpbuffer.c',
   'gstrtcpbuffer.c',
@@ -95,3 +96,4 @@ meson.override_dependency(pkg_name, rtp_dep)
   sources : rtp_gen_sources)
 
 meson.override_dependency(pkg_name, rtp_dep)
+endif