pkgconfig: Add Cflags with the include path for the headers

https://bugzilla.gnome.org/show_bug.cgi?id=657435
This commit is contained in:
Sebastian Dröge 2011-08-26 15:22:16 +02:00 committed by Tim-Philipp Müller
parent b769a83fb4
commit 6aa1c70ac1
2 changed files with 4 additions and 0 deletions

View file

@ -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}

View file

@ -12,3 +12,4 @@ Name: gst-python
Description: Python bindings for GStreamer
Requires: pygobject-2.0, gstreamer-@GST_MAJORMINOR@
Version: @VERSION@
Cflags: -I${pygstincludedir}