Displaying 3 results from an estimated 3 matches for "swfdec_requires".
2007 Nov 15
2
2 commits - configure.ac
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8b3f9aca00a0d0447ba95a5ac86c56eb5894b8a8
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Nov 15 12:00:38 2007 +0100
back to development
diff --git a/configure.ac b/configure.ac
index 514f515..96ffeed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
2007 Dec 17
1
2 commits - configure.ac NEWS
NEWS | 5 +++++
configure.ac | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
New commits:
commit b89f3c46440581f2818e1572c206331182e3a17f
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Dec 17 21:44:48 2007 +0100
back to development
diff --git a/configure.ac b/configure.ac
index 56b01c5..237b2a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7
2007 Nov 06
0
configure.ac src/Makefile.am src/plugin.c
...yInMemory is just an optimization hint. The docs
at least aren't clear on it.
diff --git a/configure.ac b/configure.ac
index 49a3f73..6c74a5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,7 @@ dnl Check for essential libraries first:
dnl ====================================
SWFDEC_REQUIRES=0.5.3.1
-PKG_CHECK_MODULES(SWFDEC, swfdec-gtk-$SWFDEC_MAJORMINOR = $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
+PKG_CHECK_MODULES(SWFDEC, gmodule-2.0 swfdec-gtk-$SWFDEC_MAJORMINOR = $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
if test "$HAVE_SWFDEC" = "no"; then...