Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-09-13 22:07:09 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-09-13 22:07:09 (GMT)
commit90e1999f0a0f4226f5ed3f321485159d452a3a7c (patch)
tree200dbf8b9f3e5b3ecacc142ff16603c877e38753 /configure.in
parent89969ead98e2b2d05b6ba14f8b2e59bb7e676d7c (diff)
removed gdk-pixbuf requires, it's already managed by GTK
svn path=/trunk/; revision=3006
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index b483f8e..ca94175 100644
--- a/configure.in
+++ b/configure.in
@@ -11,7 +11,6 @@ dnl libtool versioning from libgnome
AC_ISC_POSIX
GTK_REQUIRED=2.4.0
-GDK_PIXBUF_REQUIRED=2.4.0
dnl
dnl Start of pkg-config checks
@@ -21,8 +20,7 @@ PKG_PROG_PKG_CONFIG()
PKG_CHECK_MODULES(GCOMPRIS, dnl
[gtk+-2.0 >= $GTK_REQUIRED dnl
- gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED dnl
- gstreamer-0.10])
+ gstreamer-0.10])
AC_SUBST(GCOMPRIS_CFLAGS)
AC_SUBST(GCOMPRIS_LIBS)