mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
pkgconfig: Add Cflags with the include path for the headers
https://bugzilla.gnome.org/show_bug.cgi?id=657435
This commit is contained in:
parent
b769a83fb4
commit
6aa1c70ac1
2 changed files with 4 additions and 0 deletions
|
@ -5,9 +5,12 @@
|
||||||
pyexecdir=${pcfiledir}/..
|
pyexecdir=${pcfiledir}/..
|
||||||
|
|
||||||
# same here. Useful when calling the code generator in addon packages.
|
# same here. Useful when calling the code generator in addon packages.
|
||||||
|
pygstincludedir=@abs_top_builddir@
|
||||||
#defsdir=${datadir}/gst-python/@GST_MAJORMINOR@/defs
|
#defsdir=${datadir}/gst-python/@GST_MAJORMINOR@/defs
|
||||||
|
#codegendir=${datadir}/pygst/0.10/codegen
|
||||||
|
|
||||||
Name: gst-python uninstalled
|
Name: gst-python uninstalled
|
||||||
Description: Python bindings for GStreamer, not installed
|
Description: Python bindings for GStreamer, not installed
|
||||||
Requires: pygobject-2.0, gstreamer-@GST_MAJORMINOR@
|
Requires: pygobject-2.0, gstreamer-@GST_MAJORMINOR@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
|
Cflags: -I${pygstincludedir}
|
||||||
|
|
|
@ -12,3 +12,4 @@ Name: gst-python
|
||||||
Description: Python bindings for GStreamer
|
Description: Python bindings for GStreamer
|
||||||
Requires: pygobject-2.0, gstreamer-@GST_MAJORMINOR@
|
Requires: pygobject-2.0, gstreamer-@GST_MAJORMINOR@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
|
Cflags: -I${pygstincludedir}
|
||||||
|
|
Loading…
Reference in a new issue