summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-check-uninstalled.pc.in
blob: 875fb49849d48575a169958216dc179837284cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# the standard variables don't make sense for an uninstalled copy
prefix=
exec_prefix=
libdir=${pcfiledir}/../libs/gst/check
includedir=${pcfiledir}/..

Name: GStreamer check unit testing, uninstalled
Description: Unit testing helper library for GStreamer modules, Not Installed
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
Version: @VERSION@

Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la @CHECK_LIBS@ -lm
Cflags: -I${includedir} -I@srcdir@/.. @CHECK_CFLAGS@