summaryrefslogtreecommitdiff
path: root/ext/gme/meson.build
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/gme/meson.build
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/gme/meson.build')
-rw-r--r--ext/gme/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gme/meson.build b/ext/gme/meson.build
index 33c6e1bb2..dd02be8d7 100644
--- a/ext/gme/meson.build
+++ b/ext/gme/meson.build
@@ -18,6 +18,7 @@ if have_gme
install_dir: plugins_install_dir,
)
pkgconfig.generate(gstgme, install_dir: plugins_pkgconfig_install_dir)
+ plugins += [gstgme]
elif get_option('gme').enabled()
error('libgme plugin was enabled but required dependencies not found.')
endif