meson: There is no gstreamer-plugins-good-1.0.pc
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 15 Aug 2018 13:44:30 +0000 (19:14 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Wed, 15 Aug 2018 13:45:02 +0000 (19:15 +0530)
There is no installed version of that, only an uninstalled version.

tests/check/meson.build

index 8e9abf1..45c21ce 100644 (file)
@@ -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