mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
8ce827c406
Original commit message from CVS: move check stuff to its own library to be used by other modules
13 lines
399 B
PkgConfig
13 lines
399 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
|
|
Cflags: -I${includedir}
|