mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
pkgconfig: Fix missing libcheck dependencies in gstreamer-check-1.0
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/676>
This commit is contained in:
parent
e600c85aee
commit
6780dfd55a
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ gst_check = library('gstcheck-@0@'.format(apiversion),
|
|||
|
||||
pkgconfig.generate(gst_check,
|
||||
libraries : [libgst],
|
||||
# FIXME: Add manually libcheck's dependencies because it's an uninstalled static
|
||||
# library and Meson <0.56.0 does not handle them correctly.
|
||||
# See https://github.com/mesonbuild/meson/pull/7488.
|
||||
libraries_private: [rt_lib, mathlib],
|
||||
variables : pkgconfig_variables,
|
||||
subdirs : pkgconfig_subdirs,
|
||||
name : 'gstreamer-check-1.0',
|
||||
|
|
Loading…
Reference in a new issue