summaryrefslogtreecommitdiff
path: root/sys/shm
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2018-04-24 14:05:30 -0400
committerTim-Philipp Müller <tim@centricular.com>2018-04-25 11:08:09 +0100
commit83d0623293770980184a0924192a47ed46011f8a (patch)
tree42069e90eaf5bcb8ce381f96a9ed0f12b092f708 /sys/shm
parent87368e98b42bc83c47648938914cc3a08db9f80e (diff)
Meson: Generate pc file for all plugins in bad
https://bugzilla.gnome.org/show_bug.cgi?id=794568
Diffstat (limited to 'sys/shm')
-rw-r--r--sys/shm/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/shm/meson.build b/sys/shm/meson.build
index 5ff266860..7ae72f353 100644
--- a/sys/shm/meson.build
+++ b/sys/shm/meson.build
@@ -28,4 +28,5 @@ if cc.has_header ('sys/socket.h') and (host_system == 'osx' or
install : true,
install_dir : plugins_install_dir,
)
+ pkgconfig.generate(gstshm, install_dir : plugins_pkgconfig_install_dir)
endif