summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins/files/patch-ext_pango_meson.build
blob: 63fb7e7d4ef044d7e372d9e27cddb57e58cf287c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ext/pango/meson.build.orig	2025-03-11 20:14:44 UTC
+++ ext/pango/meson.build
@@ -36,7 +36,9 @@ if pango_dep.found()
     c_args : gst_plugins_base_args,
     link_args : noseh_link_args,
     include_directories: [configinc, libsinc],
-    dependencies : [pango_dep, video_dep, gst_dep, gst_base_dep, libm],
+    dependencies : [pango_dep,
+      dependency('gstreamer-video-1.0', required : true),
+      gst_dep, gst_base_dep, libm],
     install : true,
     install_dir : plugins_install_dir,
   )