mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
validate:meson: Add pbutils as a dependency on the video library
This commit is contained in:
parent
765cf8679f
commit
775564187d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ if cairo_dep.found()
|
||||||
'gstvalidatevideo',
|
'gstvalidatevideo',
|
||||||
'gstvalidatessim.c', 'gssim.c',
|
'gstvalidatessim.c', 'gssim.c',
|
||||||
include_directories : inc_dirs,
|
include_directories : inc_dirs,
|
||||||
dependencies : [gst_dep, gst_video_dep, glib_dep, cairo_dep, gio_dep,
|
dependencies : [gst_dep, gst_video_dep, gst_pbutils_dep, glib_dep, cairo_dep, gio_dep,
|
||||||
mathlib],
|
mathlib],
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue