pkgconfig/: Use @CHECK_LIBS@ here instead of hard-coding -lcheck (#334109).
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer-check.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
5
6 Name: GStreamer check unit testing
7 Description: Unit testing helper library for GStreamer modules
8 Requires: gstreamer-@GST_MAJORMINOR@
9 Version: @VERSION@
10 Libs: -L${libdir} -lgstcheck-@GST_MAJORMINOR@ @CHECK_LIBS@
11 Cflags: -I${includedir}