summaryrefslogtreecommitdiff
path: root/gst/adpcmdec
diff options
context:
space:
mode:
Diffstat (limited to 'gst/adpcmdec')
-rw-r--r--gst/adpcmdec/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/adpcmdec/meson.build b/gst/adpcmdec/meson.build
index 64aa8df13..2eb9bd47b 100644
--- a/gst/adpcmdec/meson.build
+++ b/gst/adpcmdec/meson.build
@@ -10,3 +10,4 @@ gstadpcmdec = library('gstadpcmdec',
install : true,
install_dir : plugins_install_dir,
)
+pkgconfig.generate(gstadpcmdec, install_dir : plugins_pkgconfig_install_dir)