summaryrefslogtreecommitdiff
path: root/gst/app
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-10-22 08:17:24 +0200
committerThibault Saunier <tsaunier@igalia.com>2019-05-13 11:34:08 -0400
commit27ba8d24ec00c3be458e6acf7c27547ea08ebee6 (patch)
treea21c692f66b6b4af119074486ab2c58e984d6522 /gst/app
parentcf6ed5700c85dd1b4cf61b5a92ec4ff0bc02238d (diff)
downloadgstreamer-plugins-base-27ba8d24ec00c3be458e6acf7c27547ea08ebee6.tar.gz
doc: Port to hotdoc
Diffstat (limited to 'gst/app')
-rw-r--r--gst/app/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/app/meson.build b/gst/app/meson.build
index 2bf4c1059..79b314219 100644
--- a/gst/app/meson.build
+++ b/gst/app/meson.build
@@ -7,3 +7,5 @@ gstapp_plugin = library('gstapp',
install_dir : plugins_install_dir,
)
pkgconfig.generate(gstapp_plugin, install_dir : plugins_pkgconfig_install_dir)
+
+plugins += [gstapp_plugin]