check: use private copy of check for libgstcheck
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer-check-uninstalled.pc.in
1 # the standard variables don't make sense for an uninstalled copy
2 prefix=
3 exec_prefix=
4 libdir=${pcfiledir}/../libs/gst/check
5 includedir=${pcfiledir}/..
6
7 Name: GStreamer check unit testing, uninstalled
8 Description: Unit testing helper library for GStreamer modules, Not Installed
9 Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
10 Version: @VERSION@
11
12 Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la -lm
13 Cflags: -I${includedir} -I@srcdir@/..