1# the standard variables don't make sense for an uninstalled copy
2prefix=
3exec_prefix=
4libdir=@applibdir@
5# includedir is builddir because it is used to find gstconfig.h in places
6includedir=@abs_top_builddir@/gst-libs
7girdir=@abs_top_builddir@/gst-libs/gst/app
8typelibdir=@abs_top_builddir@/gst-libs/gst/app
9
10Name: GStreamer Application Library, Uninstalled
11Description: Helper functions and base classes for application integration, uninstalled
12Version: @VERSION@
13Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
14Libs: -L${libdir} -lgstapp-@GST_API_VERSION@
15Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
16
17