summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins/files/patch-ext_vorbis_meson.build
blob: 697abdffbcbb9af07e953b56de7fe342aa24fbac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- ext/vorbis/meson.build.orig	2025-03-11 20:14:44 UTC
+++ ext/vorbis/meson.build
@@ -66,7 +66,8 @@ if vorbis_dep.found()
     c_args : gst_plugins_base_args,
     link_args : noseh_link_args,
     include_directories: [configinc, libsinc],
-    dependencies : vorbis_deps + [audio_dep, tag_dep, gst_dep, gst_base_dep],
+    dependencies : vorbis_deps + [dependency('gstreamer-audio-1.0'),
+      dependency('gstreamer-tag-1.0'), gst_dep, gst_base_dep],
     install : true,
     install_dir : plugins_install_dir,
   )