pkgconfig: fix -uninstalled pc file
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 4 Jan 2017 15:11:08 +0000 (16:11 +0100)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Thu, 5 Jan 2017 12:42:15 +0000 (09:42 -0300)
pcfiledir was never defined so the paths were wrong.

https://bugzilla.gnome.org/show_bug.cgi?id=776867

pkgconfig/gstreamer-rtsp-server-uninstalled.pc.in

index 2aec3cc..9efea8f 100644 (file)
@@ -1,8 +1,8 @@
 # the standard variables don't make sense for an uninstalled copy
 prefix=
 exec_prefix=
-libdir=${pcfiledir}/../gst/rtsp-server/.libs
-includedir=${pcfiledir}/..
+libdir=@abs_top_builddir@/gst/rtsp-server/.libs
+includedir=@abs_top_builddir@
 
 Name: gst-rtsp-server
 Description: GStreamer based RTSP server