mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
pkgconfig/gst-python.pc.in (pyexecdir): Add and remove comments for all other variables.
Original commit message from CVS: * pkgconfig/gst-python.pc.in (pyexecdir): Add and remove comments for all other variables.
This commit is contained in:
parent
ed111af937
commit
1a666a1e93
2 changed files with 13 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-07-16 Johan Dahlin <johan@gnome.org>
|
||||
|
||||
* pkgconfig/gst-python.pc.in (pyexecdir): Add and remove comments
|
||||
for all other variables.
|
||||
|
||||
2004-07-15 Johan Dahlin <johan@gnome.org>
|
||||
|
||||
* testsuite/registry.py: Add some basic tests
|
||||
|
|
|
@ -1,18 +1,19 @@
|
|||
#prefix=@prefix@
|
||||
#exec_prefix=@exec_prefix@
|
||||
#includedir=@includedir@
|
||||
#datadir=@datadir@
|
||||
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@
|
||||
gstpythonincludedir=${includedir}/gst-python-@GST_MAJORMINOR@
|
||||
|
||||
# same here. Useful when calling the code generator in addon packages.
|
||||
#defsdir=${datadir}/gst-python/@GST_MAJORMINOR@/defs
|
||||
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}
|
||||
Cflags: -I${gstpythonincludedir}
|
||||
|
|
Loading…
Reference in a new issue