summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-base-uninstalled.pc.in
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-19 01:02:30 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-19 01:10:53 +0000
commitb2383c78c335c37660965a4a67965be832bf87e3 (patch)
tree39e31b59dcc0cf1633b5682ea21bd823e5ef39e9 /pkgconfig/gstreamer-base-uninstalled.pc.in
parent9b6f93dcf3e4e7c9c8111e095972f53624c61eaf (diff)
pkgconfig: add back support for builddir != srcdir case in uninstalled setup
Attempt to add back support for builddir != srcdir. Use absolute paths instead of relative paths based on pcfiledir this time to make things clearer - there's not really any need for uninstalled trees to be relocatable without re-running configure.
Diffstat (limited to 'pkgconfig/gstreamer-base-uninstalled.pc.in')
-rw-r--r--pkgconfig/gstreamer-base-uninstalled.pc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgconfig/gstreamer-base-uninstalled.pc.in b/pkgconfig/gstreamer-base-uninstalled.pc.in
index ef0754985a..2853c2592f 100644
--- a/pkgconfig/gstreamer-base-uninstalled.pc.in
+++ b/pkgconfig/gstreamer-base-uninstalled.pc.in
@@ -1,13 +1,13 @@
# the standard variables don't make sense for an uninstalled copy
prefix=
exec_prefix=
-libdir=${pcfiledir}/../libs/gst/base
-includedir=${pcfiledir}/..
+libdir=
+includedir=
Name: GStreamer base classes, uninstalled
Description: Base classes for GStreamer elements, Not Installed
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
Version: @VERSION@
-Libs: ${libdir}/libgstbase-@GST_MAJORMINOR@.la
-Cflags: -I${includedir}
+Libs: @abs_top_builddir@/libs/gst/base/libgstbase-@GST_MAJORMINOR@.la
+Cflags: -I@abs_top_srcdir@/libs -I@abs_top_builddir@/libs