mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
b0d89da6b6
Remove GST_MAJORMINOR and replace it by GST_API_VERSION Also set GST_VERSION_{MAJOR,MINOR,MICRO,NANO} explicitely now. All versions are at 1.0.0 now for the release soon but API/ABI can still change until the 1.0.0 release. Next release versions until 1.0.0 will be 0.10.9X and these will be release candidates. GST_VERSION_* will nonetheless stay at 1.0.0.0.
15 lines
561 B
PkgConfig
15 lines
561 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=@abs_top_builddir@/libs/gst/check
|
|
includedir=
|
|
girdir=@abs_top_builddir@/libs/gst/check
|
|
typelibdir=@abs_top_builddir@/libs/gst/check
|
|
|
|
Name: GStreamer check unit testing, uninstalled
|
|
Description: Unit testing helper library for GStreamer modules, Not Installed
|
|
Requires: gstreamer-@GST_API_VERSION@ = @VERSION@
|
|
Version: @VERSION@
|
|
|
|
Libs: @abs_top_builddir@/libs/gst/check/libgstcheck-@GST_API_VERSION@.la @LIBM@
|
|
Cflags: -I@abs_top_srcdir@/libs -I@abs_top_builddir@/libs
|