[nautilus] build: Add gmodule as dependency



commit c6510f6b07caeeffacbfa062660e4fca0219d958
Author: JÃrg Billeter <j bitron ch>
Date:   Tue Dec 20 15:21:45 2011 +0100

    build: Add gmodule as dependency
    
    With GLib 2.31.4 and later, linking against GIO no longer drags in
    gmodule.

 configure.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index 7b3dc34..093f35d 100644
--- a/configure.in
+++ b/configure.in
@@ -313,6 +313,7 @@ AC_SUBST(COMMON_LIBS)
 dnl additional nautilus libs
 PKG_CHECK_MODULES(NAUTILUS, [
 	gthread-2.0 >= glib_minver
+	gmodule-no-export-2.0 >= glib_minver
 	gio-2.0 >= glib_minver
 	gio-unix-2.0 >= glib_minver
 	gsettings-desktop-schemas



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