[eog] Explicitly link to GThread



commit 6cebe233786101783ae3e649bc3241e9c490ef22
Author: Daniel Macks <dmacks netspace org>
Date:   Mon Feb 8 12:31:07 2010 +0100

    Explicitly link to GThread
    
    Should fix linker errors related to GThread on systems that don't
    recursively resolve linked libraries like OS X. See bug #609184.

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1687cd8..1a377d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,6 +96,7 @@ EXEMPI_REQUIRED=1.99.5
 EOG_MODULES="gtk+-2.0 >= $GTK_REQUIRED \
              glib-2.0 >= $GLIB_REQUIRED \
              gio-2.0 >= $GLIB_REQUIRED \
+             gthread-2.0 >= $GLIB_REQUIRED \
              gnome-desktop-2.0 >= $GNOME_DESKTOP_REQUIRED \
              gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED \
              gconf-2.0 >= $GCONF_REQUIRED \



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