mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 06:31:08 +00:00
39c325cb16
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.
12 lines
339 B
PkgConfig
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@
|