Fix missing gio-unix-2.0 dep

Our autogenerated MPRIS code needs it. On some packaging systems this might be included outside of glib, so depend on it explicitly.
This commit is contained in:
Rafał Dzięgiel
2021-09-14 17:54:03 +02:00
parent bafffa59b9
commit 2500a42286
2 changed files with 2 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ gstclapper = library('gstclapper-' + api_version,
version: libversion,
install: true,
install_dir: pkglibdir,
dependencies: [gtk4_dep, glib_dep, gio_dep,
dependencies: [gtk4_dep, glib_dep, gio_dep, giounix_dep,
gstbase_dep, gstvideo_dep, gstaudio_dep,
gsttag_dep, gstpbutils_dep, libm] + gtk_deps,
)