summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2018-04-24 14:05:57 -0400
committerTim-Philipp Müller <tim@centricular.com>2018-04-25 11:05:56 +0100
commit201e7c7803bf3c159c9b4c0b1ee5c7f66d106fd2 (patch)
tree2434dc4ff1e87ea6d841ce40c67f8c04fd1d2965 /sys
parent447942c63d3fd18745e0e76ed4b052266f673e50 (diff)
downloadgst-plugins-base-201e7c7803bf3c159c9b4c0b1ee5c7f66d106fd2.tar.gz
gst-plugins-base-201e7c7803bf3c159c9b4c0b1ee5c7f66d106fd2.tar.xz
Meson: Generate pc file for all plugins in base
https://bugzilla.gnome.org/show_bug.cgi?id=794568
Diffstat (limited to 'sys')
-rw-r--r--sys/ximage/meson.build1
-rw-r--r--sys/xvimage/meson.build1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/ximage/meson.build b/sys/ximage/meson.build
index 063b14792..b1bcf1d38 100644
--- a/sys/ximage/meson.build
+++ b/sys/ximage/meson.build
@@ -6,3 +6,4 @@ gstximage = library('gstximagesink',
install : true,
install_dir : plugins_install_dir,
)
+pkgconfig.generate(gstximage, install_dir : plugins_pkgconfig_install_dir)
diff --git a/sys/xvimage/meson.build b/sys/xvimage/meson.build
index 6e9ea30fd..216c0ecf8 100644
--- a/sys/xvimage/meson.build
+++ b/sys/xvimage/meson.build
@@ -18,4 +18,5 @@ if xvideo_dep.found()
install : true,
install_dir : plugins_install_dir,
)
+ pkgconfig.generate(gstxvimage, install_dir : plugins_pkgconfig_install_dir)
endif