mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
meson: add dep on GModule
libgstomx uses the GModule API and so needs it in its dependencies list. https://bugzilla.gnome.org/show_bug.cgi?id=782387
This commit is contained in:
parent
0c1217f35b
commit
e8590db808
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ gstomx = library('gstomx',
|
||||||
# link_args : noseh_link_args,
|
# link_args : noseh_link_args,
|
||||||
include_directories : [configinc] + extra_inc,
|
include_directories : [configinc] + extra_inc,
|
||||||
dependencies : [gstvideo_dep, gstaudio_dep, gstbase_dep, gstcontroller_dep,
|
dependencies : [gstvideo_dep, gstaudio_dep, gstbase_dep, gstcontroller_dep,
|
||||||
libm] + optional_deps,
|
libm, gmodule_dep] + optional_deps,
|
||||||
install : true,
|
install : true,
|
||||||
install_dir : plugins_install_dir,
|
install_dir : plugins_install_dir,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue