summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2018-08-31 00:37:17 +1000
committerMatthew Waters <matthew@centricular.com>2018-08-31 18:08:55 +1000
commit7dc7607475eabce18b8c70c86d1e88a3836ff517 (patch)
tree2ad403941d03ca8cf7006f8af8b2e1e58df3f178 /sys
parent3bd3cc7bb0913c423319c91ae20e19286d01e80a (diff)
downloadgstreamer-plugins-bad-7dc7607475eabce18b8c70c86d1e88a3836ff517.tar.gz
androidmedia/meson: we also depend on gmodule and orc
Diffstat (limited to 'sys')
-rw-r--r--sys/androidmedia/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/androidmedia/meson.build b/sys/androidmedia/meson.build
index a52cc0eb8..70521807b 100644
--- a/sys/androidmedia/meson.build
+++ b/sys/androidmedia/meson.build
@@ -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)