applemedia: install plugin pkg-config file
authorMatthew Waters <matthew@centricular.com>
Tue, 6 Nov 2018 03:35:20 +0000 (14:35 +1100)
committerMatthew Waters <matthew@centricular.com>
Tue, 6 Nov 2018 03:35:46 +0000 (14:35 +1100)
sys/applemedia/meson.build

index 819146f..3591c5a 100644 (file)
@@ -87,4 +87,5 @@ if applemedia_found_deps
         install : true,
         install_dir : plugins_install_dir,
     )
+    pkgconfig.generate(gstapplemedia, install_dir : plugins_pkgconfig_install_dir)
 endif