mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
androidmedia/meson: we also depend on gmodule and orc
This commit is contained in:
parent
3bd3cc7bb0
commit
7dc7607475
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ if have_jni_h
|
|||
androidmedia_sources,
|
||||
c_args : gst_plugins_bad_args,
|
||||
include_directories : [configinc],
|
||||
dependencies : [gstgl_dep, gstpbutils_dep, gstaudio_dep, gstvideo_dep, gstphotography_dep],
|
||||
dependencies : [gstgl_dep, gstpbutils_dep, gstaudio_dep, gstvideo_dep, gstphotography_dep, gmodule_dep, orc_dep],
|
||||
install : true,
|
||||
install_dir : plugins_install_dir)
|
||||
pkgconfig.generate(gstandroidmedia, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
Loading…
Reference in a new issue