mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 04:11:31 +00:00
1a666a1e93
Original commit message from CVS: * pkgconfig/gst-python.pc.in (pyexecdir): Add and remove comments for all other variables.
19 lines
605 B
PkgConfig
19 lines
605 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
includedir=@includedir@
|
|
datadir=@datadir@
|
|
pyexecdir=@pyexecdir@
|
|
|
|
# you can use the --variable=pygtkincludedir argument to
|
|
# pkg-config to get this value. You might want to use this to
|
|
# install additional headers.
|
|
gstpythonincludedir=${includedir}/gst-python-@GST_MAJORMINOR@
|
|
|
|
# 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: pygtk-2.0, gstreamer-@GST_MAJORMINOR@
|
|
Version: @VERSION@
|
|
Cflags: -I${gstpythonincludedir}
|