Blame pkgconfig/gstreamer-app-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=@applibdir@
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/app
Packit Service 4387a0
typelibdir=@abs_top_builddir@/gst-libs/gst/app
Packit Service 4387a0
Packit Service 4387a0
Name: GStreamer Application Library, Uninstalled
Packit Service 4387a0
Description: Helper functions and base classes for application integration, uninstalled
Packit Service 4387a0
Version: @VERSION@
Packit Service 4387a0
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
Packit Service 4387a0
Libs: -L${libdir} -lgstapp-@GST_API_VERSION@
Packit Service 4387a0
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
Packit Service 4387a0