mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
ecbea36d39
See #577275. Seems to work fine, but doesn't distcheck yet.
11 lines
338 B
PkgConfig
11 lines
338 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
|
|
|
Name: GStreamer check unit testing
|
|
Description: Unit testing helper library for GStreamer modules
|
|
Requires: gstreamer-@GST_MAJORMINOR@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgstcheck-@GST_MAJORMINOR@ -lm
|
|
Cflags: -I${includedir}
|