X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=pkgconfig%2Fgstreamer-uninstalled.pc.in;h=30c703da2c6ffdda52654b90376c53ca939306f4;hb=04a637ae64582e8830205c42cc6d9ef4aabc969a;hp=481f81ffab2d1452f9d148d03a0353ede9e92059;hpb=6f295dc2390d850ca321ccf78ddf4392d4c4bce9;p=platform%2Fupstream%2Fgstreamer.git diff --git a/pkgconfig/gstreamer-uninstalled.pc.in b/pkgconfig/gstreamer-uninstalled.pc.in index 481f81f..30c703d 100644 --- a/pkgconfig/gstreamer-uninstalled.pc.in +++ b/pkgconfig/gstreamer-uninstalled.pc.in @@ -1,18 +1,20 @@ # the standard variables don't make sense for an uninstalled copy prefix= exec_prefix= -libdir=@abs_top_builddir@/gst +libdir=@gstlibdir@ # 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@ +pluginsdir=@abs_top_builddir@/plugins girdir=@abs_top_builddir@/gst +bashhelpersdir=@abs_top_builddir@/data/bash-completion/helpers +helpersdir=@abs_top_builddir@/libs/gst/helpers typelibdir=@abs_top_builddir@/gst Name: GStreamer Uninstalled Description: Streaming media framework, Not Installed Version: @VERSION@ -Requires: @GST_PKG_DEPS@ -Libs: @abs_top_builddir@/gst/libgstreamer-@GST_MAJORMINOR@.la -# FIXME: the libs dir doesn't really belong here +Requires: glib-2.0, gobject-2.0 +Requires.private: gmodule-no-export-2.0 @UNWIND_REQUIRE@ @DW_REQUIRE@ +Libs: -L${libdir} -lgstreamer-@GST_API_VERSION@ Cflags: -I@abs_top_srcdir@ -I@abs_top_srcdir@/libs -I@abs_top_builddir@ -I@abs_top_builddir@/libs