validate: Fix pkgconfig name

Making it consistent with the reset of GStreamer. This also means that
anyone wanting to target -validate >= 1.22 needs to change the way they
link against it.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1810>
This commit is contained in:
Philippe Normand 2022-02-28 10:56:59 +00:00
parent 7691c6776a
commit aa917a9d9a

View file

@ -83,13 +83,13 @@ else
endif
pkg_name = 'gst-validate-1.0'
pkg_name = 'gstreamer-validate-1.0'
library_def = {'lib': gstvalidate}
pkgconfig.generate(gstvalidate,
libraries : [gst_dep],
subdirs : pkgconfig_subdirs,
name : pkg_name,
description : 'Gstreamer Validate',
description : 'GStreamer Validate',
)
validate_gen_sources = []