Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-06-14 19:49:29 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-14 19:49:29 (GMT)
commit3b1ee5a0bca45d259f3fb59958cc5e85e0632f81 (patch)
treee23869ecf1fef8d012f70e07a5a0b1b9253c11bf /configure.ac
parenta1e3dbaf9e4017dd060712d5837acf7c1195fb70 (diff)
Remove build time dep on gst to please the build system.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 53be98b..c389ded 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
AC_PATH_PROG(PYGTK_CODEGEN, pygtk-codegen-2.0, no)
-PKG_CHECK_MODULES(SHELL, pygtk-2.0 gtk+-2.0 gst-python-0.10)
+PKG_CHECK_MODULES(SHELL, pygtk-2.0 gtk+-2.0)
PKG_CHECK_MODULES(LIB, gtk+-2.0)
PKG_CHECK_MODULES(LIB_BINDINGS, pygtk-2.0)