pkgconfig: add back support for builddir != srcdir case in uninstalled setup
[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=
5 includedir=
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: @abs_top_builddir@/libs/gst/check/libgstcheck-@GST_MAJORMINOR@.la @LIBM@
13 Cflags: -I@abs_top_srcdir@/libs -I@abs_top_builddir@/libs