diff --git a/pkgconfig/gst-python-uninstalled.pc.in b/pkgconfig/gst-python-uninstalled.pc.in index f8bbc0e8a3..13168b2713 100644 --- a/pkgconfig/gst-python-uninstalled.pc.in +++ b/pkgconfig/gst-python-uninstalled.pc.in @@ -5,9 +5,12 @@ pyexecdir=${pcfiledir}/.. # same here. Useful when calling the code generator in addon packages. +pygstincludedir=@abs_top_builddir@ #defsdir=${datadir}/gst-python/@GST_MAJORMINOR@/defs +#codegendir=${datadir}/pygst/0.10/codegen Name: gst-python uninstalled Description: Python bindings for GStreamer, not installed Requires: pygobject-2.0, gstreamer-@GST_MAJORMINOR@ Version: @VERSION@ +Cflags: -I${pygstincludedir} diff --git a/pkgconfig/gst-python.pc.in b/pkgconfig/gst-python.pc.in index e3c46da290..4c5e1f11d6 100644 --- a/pkgconfig/gst-python.pc.in +++ b/pkgconfig/gst-python.pc.in @@ -12,3 +12,4 @@ Name: gst-python Description: Python bindings for GStreamer Requires: pygobject-2.0, gstreamer-@GST_MAJORMINOR@ Version: @VERSION@ +Cflags: -I${pygstincludedir}