gstreamer/pkgconfig/gst-python.pc.in
Edward Hervey 39c325cb16 pkgconfig: Remove the includedir variables
First of all because we don't install anything (doh!), and secondly
because it confuses the hell out of 3rd party python modules
using the values from those .pc files.
2010-06-09 17:07:40 +02:00

12 lines
339 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
datadir=@datadir@
pyexecdir=@pyexecdir@
# same here. Useful when calling the code generator in addon packages.
defsdir=${datadir}/gst-python/@GST_MAJORMINOR@/defs
Name: gst-python
Description: Python bindings for GStreamer
Requires: pygobject-2.0, gstreamer-@GST_MAJORMINOR@
Version: @VERSION@