diff options
Diffstat (limited to 'pkgconfig/gstreamer-allocators-uninstalled.pc.in')
-rw-r--r-- | pkgconfig/gstreamer-allocators-uninstalled.pc.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgconfig/gstreamer-allocators-uninstalled.pc.in b/pkgconfig/gstreamer-allocators-uninstalled.pc.in new file mode 100644 index 000000000..9736c109c --- /dev/null +++ b/pkgconfig/gstreamer-allocators-uninstalled.pc.in @@ -0,0 +1,16 @@ +# the standard variables don't make sense for an uninstalled copy +prefix= +exec_prefix= +libdir= +# includedir is builddir because it is used to find gstconfig.h in places +includedir=@abs_top_builddir@/gst-libs +girdir=@abs_top_builddir@/gst-libs/gst/allocators +typelibdir=@abs_top_builddir@/gst-libs/gst/allocators + +Name: GStreamer Allocators Library, Uninstalled +Description: Allocators implementation, uninstalled +Version: @VERSION@ +Requires: gstreamer-@GST_API_VERSION@ +Libs: @abs_top_builddir@/gst-libs/gst/allocators/libgstallocators-@GST_API_VERSION@.la +Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs + |