diff --git a/ChangeLog b/ChangeLog index ee6d4b3590..d73b0251c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-16 Johan Dahlin + + * pkgconfig/gst-python.pc.in (pyexecdir): Add and remove comments + for all other variables. + 2004-07-15 Johan Dahlin * testsuite/registry.py: Add some basic tests diff --git a/pkgconfig/gst-python.pc.in b/pkgconfig/gst-python.pc.in index ddf09f69e3..8e3a3e3c95 100644 --- a/pkgconfig/gst-python.pc.in +++ b/pkgconfig/gst-python.pc.in @@ -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}