summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-08-15 19:14:30 +0530
committerThibault Saunier <tsaunier@igalia.com>2019-02-04 09:30:45 -0300
commit1df80c28ddbf88c0e6904077203b537669d57408 (patch)
tree1cde1cf50a01ddcfd507a48bf4d8ac796214a1c2
parente267006cfbc9e7fd58777faaa1dfd76a54cca669 (diff)
meson: There is no gstreamer-plugins-good-1.0.pc
There is no installed version of that, only an uninstalled version.
-rw-r--r--tests/check/meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/check/meson.build b/tests/check/meson.build
index 36cce6ba..11dec340 100644
--- a/tests/check/meson.build
+++ b/tests/check/meson.build
@@ -36,12 +36,10 @@ pluginsdirs = []
if gst_dep.type_name() == 'pkgconfig'
pbase = dependency('gstreamer-plugins-base-' + apiversion, required : false)
pbad = dependency('gstreamer-plugins-bad-' + apiversion, required : false)
- pgood = dependency('gstreamer-plugins-good-' + apiversion, required : false)
pluginsdirs = [gst_dep.get_pkgconfig_variable('pluginsdir'),
pbase.get_pkgconfig_variable('pluginsdir'),
- pbad.get_pkgconfig_variable('pluginsdir'),
- pgood.get_pkgconfig_variable('pluginsdir')]
+ pbad.get_pkgconfig_variable('pluginsdir')]
endif
foreach t : ges_tests