pkgconfig: fix -uninstalled pc file

pcfiledir was never defined so the paths were wrong.

https://bugzilla.gnome.org/show_bug.cgi?id=776867
This commit is contained in:
Guillaume Desmottes 2017-01-04 16:11:08 +01:00 committed by Thibault Saunier
parent 42f270e7f2
commit 3a911a2f58

View 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