mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
13 lines
506 B
Text
13 lines
506 B
Text
--- 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,
|
|
)
|