Merge remote-tracking branch 'origin/0.10'
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer-uninstalled.pc.in
index 659872d..481f81f 100644 (file)
@@ -1,16 +1,18 @@
 # the standard variables don't make sense for an uninstalled copy
 prefix=
 exec_prefix=
-libdir=${pcfiledir}/..
-includedir=${pcfiledir}/..
-toolsdir=${pcfiledir}/../tools
-pluginsdir=${pcfiledir}/..
-
-gstcontrol_libs=-lgstcontrol-@GST_MAJORMINOR@
+libdir=@abs_top_builddir@/gst
+# includedir is builddir because it is used to find gstconfig.h in places
+includedir=@abs_top_builddir@
+toolsdir=@abs_top_builddir@/tools
+pluginsdir=@abs_top_builddir@
+girdir=@abs_top_builddir@/gst
+typelibdir=@abs_top_builddir@/gst
 
 Name: GStreamer Uninstalled
 Description: Streaming media framework, Not Installed
 Version: @VERSION@
-Requires: @GST_PKG_DEPS@@LIBXML_PKG@
-Libs: ${libdir}/gst/libgstreamer-@GST_MAJORMINOR@.la
-Cflags: -I${includedir} -I${includedir}/libs
+Requires: @GST_PKG_DEPS@
+Libs: @abs_top_builddir@/gst/libgstreamer-@GST_MAJORMINOR@.la
+# FIXME: the libs dir doesn't really belong here
+Cflags: -I@abs_top_srcdir@ -I@abs_top_srcdir@/libs -I@abs_top_builddir@ -I@abs_top_builddir@/libs