mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
pkgconfig: Use @LIBM@ instead of -lm
This commit is contained in:
parent
b2383c78c3
commit
d0bc7755bc
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ Name: GStreamer check unit testing
|
|||
Description: Unit testing helper library for GStreamer modules
|
||||
Requires: gstreamer-@GST_MAJORMINOR@
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgstcheck-@GST_MAJORMINOR@ -lm
|
||||
Libs: -L${libdir} -lgstcheck-@GST_MAJORMINOR@ @LIBM@
|
||||
Cflags: -I${includedir}
|
||||
|
|
Loading…
Reference in a new issue