diff --git a/pkgconfig/gst-python-uninstalled.pc.in b/pkgconfig/gst-python-uninstalled.pc.in index dac5d72ce7..f8bbc0e8a3 100644 --- a/pkgconfig/gst-python-uninstalled.pc.in +++ b/pkgconfig/gst-python-uninstalled.pc.in @@ -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} diff --git a/pkgconfig/gst-python.pc.in b/pkgconfig/gst-python.pc.in index 937752b93b..4e16c7bf9f 100644 --- a/pkgconfig/gst-python.pc.in +++ b/pkgconfig/gst-python.pc.in @@ -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}