summaryrefslogtreecommitdiff
path: root/sys/opensles
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-05-29 11:28:00 +0100
committerMathieu Duponchelle <mathieu@centricular.com>2019-05-30 20:41:57 +0200
commit7853700b50356fcad45d6a5d35e2f15efe16cfb9 (patch)
tree450e85f48876fb55c194f5e676cf211f88c9941f /sys/opensles
parentf5495700fb79710cfe155710953bb216c31bacdf (diff)
downloadgstreamer-plugins-bad-7853700b50356fcad45d6a5d35e2f15efe16cfb9.tar.gz
meson: add more plugins to plugins list
Makes sure their path gets added to the uninstalled environment and makes sure they get included in the docs.
Diffstat (limited to 'sys/opensles')
-rw-r--r--sys/opensles/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/opensles/meson.build b/sys/opensles/meson.build
index ae9586e42..db4e5a642 100644
--- a/sys/opensles/meson.build
+++ b/sys/opensles/meson.build
@@ -26,4 +26,5 @@ if have_opensles_h and opensles_dep.found()
install : true,
install_dir : plugins_install_dir)
pkgconfig.generate(gstopensles, install_dir : plugins_pkgconfig_install_dir)
+ plugins += [gstopensles]
endif