pkgconfig: Remove the includedir variables

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.
This commit is contained in:
Edward Hervey 2010-06-09 17:07:40 +02:00
parent aa183d9231
commit 39c325cb16
2 changed files with 0 additions and 14 deletions

View file

@ -1,15 +1,9 @@
# 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
@ -17,4 +11,3 @@ Name: gst-python uninstalled
Description: Python bindings for GStreamer, not installed
Requires: pygobject-2.0, gstreamer-@GST_MAJORMINOR@
Version: @VERSION@
#Cflags: -I${gstpythonincludedir}

View file

@ -1,14 +1,8 @@
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
@ -16,4 +10,3 @@ Name: gst-python
Description: Python bindings for GStreamer
Requires: pygobject-2.0, gstreamer-@GST_MAJORMINOR@
Version: @VERSION@
Cflags: -I${gstpythonincludedir}