[tracker] Some versions of totem-pl-parser's pc file require manually adding glib-2.0



commit c1585e4505374ea5f9d1dffc9c5abe65eeb2ca7c
Author: Philip Van Hoof <philip codeminded be>
Date:   Tue Jan 25 11:37:37 2011 +0100

    Some versions of totem-pl-parser's pc file require manually adding glib-2.0

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 10de3da..ca8f6f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1932,7 +1932,9 @@ AC_ARG_ENABLE(playlist,
 
 if test "x$enable_playlist" != "xno" ; then
    PKG_CHECK_MODULES(TOTEM_PL_PARSER,
-                     [totem-plparser],
+                     [totem-plparser
+                      glib-2.0     >= $GLIB_REQUIRED
+                      gobject-2.0  >= $GLIB_REQUIRED],
                      [have_playlist=yes],
                      [have_playlist=no])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]