X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=pkgconfig%2Fgstreamer-check-uninstalled.pc.in;h=85c29036446e2aa996a4116ea6d461bf9cb8ef82;hb=dac5966da6a0f53d0443dfa1ac239289028c415d;hp=45629cd9f3ed0c8e9bb75983a780a09d2fb795f3;hpb=fc964b2e44a846d55afabb8edf036fcb90869e41;p=platform%2Fupstream%2Fgstreamer.git diff --git a/pkgconfig/gstreamer-check-uninstalled.pc.in b/pkgconfig/gstreamer-check-uninstalled.pc.in index 45629cd..85c2903 100644 --- a/pkgconfig/gstreamer-check-uninstalled.pc.in +++ b/pkgconfig/gstreamer-check-uninstalled.pc.in @@ -1,15 +1,15 @@ # the standard variables don't make sense for an uninstalled copy prefix= exec_prefix= -libdir=@abs_top_builddir@/libs/gst/check +libdir=@checklibdir@ includedir= girdir=@abs_top_builddir@/libs/gst/check typelibdir=@abs_top_builddir@/libs/gst/check Name: GStreamer check unit testing, uninstalled Description: Unit testing helper library for GStreamer modules, Not Installed -Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@ +Requires: gstreamer-@GST_API_VERSION@ = @VERSION@ Version: @VERSION@ -Libs: @abs_top_builddir@/libs/gst/check/libgstcheck-@GST_MAJORMINOR@.la @LIBM@ +Libs: -L${libdir} -lgstcheck-@GST_API_VERSION@ @LIBM@ Cflags: -I@abs_top_srcdir@/libs -I@abs_top_builddir@/libs