mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
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:
parent
7691c6776a
commit
aa917a9d9a
1 changed files with 2 additions and 2 deletions
|
@ -83,13 +83,13 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
pkg_name = 'gst-validate-1.0'
|
pkg_name = 'gstreamer-validate-1.0'
|
||||||
library_def = {'lib': gstvalidate}
|
library_def = {'lib': gstvalidate}
|
||||||
pkgconfig.generate(gstvalidate,
|
pkgconfig.generate(gstvalidate,
|
||||||
libraries : [gst_dep],
|
libraries : [gst_dep],
|
||||||
subdirs : pkgconfig_subdirs,
|
subdirs : pkgconfig_subdirs,
|
||||||
name : pkg_name,
|
name : pkg_name,
|
||||||
description : 'Gstreamer Validate',
|
description : 'GStreamer Validate',
|
||||||
)
|
)
|
||||||
|
|
||||||
validate_gen_sources = []
|
validate_gen_sources = []
|
||||||
|
|
Loading…
Reference in a new issue