[libslab] Add libgnomeui-2.0 to the list of pkg-config modules we require



commit 2b2a7e2b1ed66f630df136109a72d27995d33405
Author: Federico Mena Quintero <federico novell com>
Date:   Mon Jun 29 12:44:50 2009 -0500

    Add libgnomeui-2.0 to the list of pkg-config modules we require
    
    This is just so that we'll have the build dependencies for GnomeIcon* and GnomeThumbnail*.
    We can remove the usage of those later, and replace them with GnomeDesktopThumbnail*.
    
    Signed-off-by: Federico Mena Quintero <federico novell com>

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a04fe54..b0dc40a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,8 @@ MODULES="glib-2.0 >= $GLIB_REQUIRED	\
 	 gdk-2.0     			\
 	 gnome-desktop-2.0		\
 	 librsvg-2.0			\
-	 libgnome-menu"
+	 libgnome-menu			\
+	 libgnomeui-2.0"
 
 PKG_CHECK_MODULES(LIBSLAB, [ $MODULES ])
 



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