From 7a7cdc0797dbc4d7a874bd31486a8f58f678e369 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 28 Feb 2022 16:33:23 +0100 Subject: [PATCH] gs: look for google_cloud_cpp_storage.pc storage_client.pc was legacy and has been removed: https://github.com/googleapis/google-cloud-cpp/commit/df6fa3611cdfbc37d40e1451afa91fd7d2e7d5f7#diff-bc35ad7c2fe631fd5578a06092412dba81c7ddd27bb25df7e17bb13771799afcL743 No need to keep looking for storage_client.pc as a fallback as 1.25.0, our minimum version, already ships google_cloud_cpp_storage.pc Part-of: --- subprojects/gst-plugins-bad/ext/gs/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/ext/gs/meson.build b/subprojects/gst-plugins-bad/ext/gs/meson.build index 69fa133db7..c27644cc9c 100644 --- a/subprojects/gst-plugins-bad/ext/gs/meson.build +++ b/subprojects/gst-plugins-bad/ext/gs/meson.build @@ -5,7 +5,7 @@ gs_sources = [ 'gstgs.cpp', ] -gs_dep = dependency('storage_client', version : '>= 1.25.0', required : get_option('gs')) +gs_dep = dependency('google_cloud_cpp_storage', version : '>= 1.25.0', required : get_option('gs')) if gs_dep.found() gstgs = library('gstgs',