mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 23:30:05 +00:00
meson: There is no gstreamer-plugins-good-1.0.pc
There is no installed version of that, only an uninstalled version.
This commit is contained in:
parent
bd76c2f9c5
commit
f0e1c6ad80
1 changed files with 1 additions and 3 deletions
|
@ -7,12 +7,10 @@ pluginsdirs = []
|
|||
if gst_dep.type_name() == 'pkgconfig'
|
||||
pbase = dependency('gstreamer-plugins-base-' + api_version, required : false)
|
||||
pbad = dependency('gstreamer-plugins-bad-' + api_version, required : false)
|
||||
pgood = dependency('gstreamer-plugins-good-' + api_version, 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
|
||||
|
||||
test_c_args = [
|
||||
|
|
Loading…
Reference in a new issue