mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +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.
13 lines
425 B
PkgConfig
13 lines
425 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
#prefix=
|
|
#exec_prefix=
|
|
#datadir=${pcfiledir}/..
|
|
pyexecdir=${pcfiledir}/..
|
|
|
|
# same here. Useful when calling the code generator in addon packages.
|
|
#defsdir=${datadir}/gst-python/@GST_MAJORMINOR@/defs
|
|
|
|
Name: gst-python uninstalled
|
|
Description: Python bindings for GStreamer, not installed
|
|
Requires: pygobject-2.0, gstreamer-@GST_MAJORMINOR@
|
|
Version: @VERSION@
|