Blame pkgconfig/gstreamer-fft-uninstalled.pc.in

Packit Service 4387a0
# the standard variables don't make sense for an uninstalled copy
Packit Service 4387a0
prefix=
Packit Service 4387a0
exec_prefix=
Packit Service 4387a0
libdir=@fftlibdir@
Packit Service 4387a0
# includedir is builddir because it is used to find gstconfig.h in places
Packit Service 4387a0
includedir=@abs_top_builddir@/gst-libs
Packit Service 4387a0
girdir=@abs_top_builddir@/gst-libs/gst/fft
Packit Service 4387a0
typelibdir=@abs_top_builddir@/gst-libs/gst/fft
Packit Service 4387a0
Packit Service 4387a0
Name: GStreamer FFT Library, Uninstalled
Packit Service 4387a0
Description: FFT implementation, uninstalled
Packit Service 4387a0
Version: @VERSION@
Packit Service 4387a0
Requires: gstreamer-@GST_API_VERSION@
Packit Service 4387a0
Libs: -L${libdir} -lgstfft-@GST_API_VERSION@ @LIBM@
Packit Service 4387a0
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
Packit Service 4387a0