summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-12-02 19:00:45 +0000
committerTim-Philipp Müller <tim@centricular.com>2019-12-02 19:00:45 +0000
commit0998c164323fd631f665b786c564fa078de81a99 (patch)
tree6b9cff3bc813e7f2573ae2f58921161c8f6bd925 /meson.build
parent19beb2f731aeca4e03458075ea335c2f5b207210 (diff)
downloadgstreamer-plugins-good-0998c164323fd631f665b786c564fa078de81a99.tar.gz
pkgconfig: remove gst-plugins-good-1.0-uninstalled.pc
This was never installed and it was only used by the uninstalled autotools dev environment to locate the -good plugins for use in unit tests in gstreamer modules higher up the stack. It is no longer needed now that we no longer have an autotools build.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b967cb810..b4f338ade 100644
--- a/meson.build
+++ b/meson.build
@@ -370,7 +370,6 @@ subdir('gst')
subdir('sys')
subdir('ext')
subdir('tests')
-subdir('pkgconfig')
subdir('docs')
# xgettext is optional (on Windows for instance)