mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
05fd9d0aba
So that the -base libs can figure out the right include paths for the gobject-introspection tools even if core got installed into a prefix that's not the same prefix as gobject-introspection is installed in or it's being build in an uninstalled gstreamer setup.
15 lines
456 B
PkgConfig
15 lines
456 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
|
datarootdir=${prefix}/share
|
|
datadir=${datarootdir}
|
|
girdir=${datadir}/gir-1.0
|
|
typelibdir=${libdir}/girepository-1.0
|
|
|
|
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@ @LIBM@
|
|
Cflags: -I${includedir}
|