[epiphany] Require gthread-2.0



commit ae36c632f6991cbea00663641d050414bc149b21
Author: Benjamin Otte <otte gnome org>
Date:   Fri Jul 10 14:01:48 2009 +0200

    Require gthread-2.0
    
    Applications calling g_thread_init() must require it explicitly.
    It is automatically pulled by Orbit via gconf, but Epiphany should not
    rely on that.

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c8c3e2b..8190467 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,6 +124,7 @@ AM_CONDITIONAL([ENABLE_TESTS],[test "$enable_tests" = "yes"])
 PKG_CHECK_MODULES([DEPENDENCIES], [
 		  glib-2.0 >= $GLIB_REQUIRED
 		  gmodule-2.0
+		  gthread-2.0
 		  gio-unix-2.0 >= $GLIB_REQUIRED
 		  gtk+-2.0 >= $GTK_REQUIRED
 		  gtk+-unix-print-2.0 >= $GTK_REQUIRED



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