gstreamer/pkgconfig/gstreamer-check-uninstalled.pc.in
Thomas Vander Stichele 2b8354e94e need to add -lcheck to the pkgconfig file
Original commit message from CVS:
need to add -lcheck to the pkgconfig file
2005-09-04 11:01:44 +00:00

14 lines
407 B
PkgConfig

# the standard variables don't make sense for an uninstalled copy
prefix=
exec_prefix=
libdir=${pcfiledir}/../gst/check
includedir=${pcfiledir}/..
Name: GStreamer check unittesting, uninstalled
Description: Unit testing helper library for GStreamer modules
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
Version: @VERSION@
Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la -lcheck
Cflags: -I${includedir}