From 20a79de5152b9ebf2d94c4bdacc37525800395e3 Mon Sep 17 00:00:00 2001 From: Olivier Crete Date: Sat, 11 Apr 2009 16:54:00 +0200 Subject: [PATCH] pkgconfig: We require pygobject and not pygtk. Fixes #578435 --- pkgconfig/gst-python-uninstalled.pc.in | 2 +- pkgconfig/gst-python.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgconfig/gst-python-uninstalled.pc.in b/pkgconfig/gst-python-uninstalled.pc.in index 124bb89189..dac5d72ce7 100644 --- a/pkgconfig/gst-python-uninstalled.pc.in +++ b/pkgconfig/gst-python-uninstalled.pc.in @@ -15,6 +15,6 @@ pyexecdir=${pcfiledir}/.. Name: gst-python uninstalled Description: Python bindings for GStreamer, not installed -Requires: pygtk-2.0, gstreamer-@GST_MAJORMINOR@ +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 8e3a3e3c95..937752b93b 100644 --- a/pkgconfig/gst-python.pc.in +++ b/pkgconfig/gst-python.pc.in @@ -14,6 +14,6 @@ defsdir=${datadir}/gst-python/@GST_MAJORMINOR@/defs Name: gst-python Description: Python bindings for GStreamer -Requires: pygtk-2.0, gstreamer-@GST_MAJORMINOR@ +Requires: pygobject-2.0, gstreamer-@GST_MAJORMINOR@ Version: @VERSION@ Cflags: -I${gstpythonincludedir}