mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
115c88be9d
Original commit message from CVS: * pkgconfig/gst-python-uninstalled.pc.in: set pyexecdir for uninstalled as well
20 lines
697 B
PkgConfig
20 lines
697 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
#prefix=
|
|
#exec_prefix=
|
|
#includedir=${pcfiledir}/..
|
|
#datadir=${pcfiledir}/..
|
|
pyexecdir=${pcfiledir}/..
|
|
|
|
# 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 uninstalled
|
|
Description: Python bindings for GStreamer, not installed
|
|
Requires: pygtk-2.0, gstreamer-@GST_MAJORMINOR@
|
|
Version: @VERSION@
|
|
#Cflags: -I${gstpythonincludedir}
|