pkgconfig: add back support for builddir != srcdir case in uninstalled setup
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer-uninstalled.pc.in
1 # the standard variables don't make sense for an uninstalled copy
2 prefix=
3 exec_prefix=
4 libdir=
5 # includedir is builddir because it is used to find gstconfig.h in places
6 includedir=@abs_top_builddir@
7 toolsdir=@abs_top_builddir@/tools
8 pluginsdir=@abs_top_builddir@
9
10 Name: GStreamer Uninstalled
11 Description: Streaming media framework, Not Installed
12 Version: @VERSION@
13 Requires: @GST_PKG_DEPS@@LIBXML_PKG@
14 Libs: @abs_top_builddir@/gst/libgstreamer-@GST_MAJORMINOR@.la
15 # FIXME: the libs dir doesn't really belong here
16 Cflags: -I@abs_top_srcdir@ -I@abs_top_srcdir@/libs -I@abs_top_builddir@ -I@abs_top_builddir@/libs