summaryrefslogtreecommitdiff
path: root/ext/bs2b
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 /ext/bs2b
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 'ext/bs2b')
-rw-r--r--ext/bs2b/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bs2b/meson.build b/ext/bs2b/meson.build
index 1d0d25ebb..ad4e7c32a 100644
--- a/ext/bs2b/meson.build
+++ b/ext/bs2b/meson.build
@@ -13,4 +13,5 @@ if bs2b_dep.found()
install_dir : plugins_install_dir,
)
pkgconfig.generate(gstbs2b, install_dir : plugins_pkgconfig_install_dir)
+ plugins += [gstbs2b]
endif