seed r765 - trunk



Author: hortont
Date: Mon Jan 19 04:59:36 2009
New Revision: 765
URL: http://svn.gnome.org/viewvc/seed?rev=765&view=rev

Log:
Fix Fedora build at the expense of Arch and Gentoo. Still working on it...


Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Jan 19 04:59:36 2009
@@ -206,8 +206,8 @@
 		PKG_CHECK_MODULES(LIBSEED, gobject-introspection-1.0)
 		;;
 	*)
-		PKG_CHECK_MODULES(SEED, webkit-1.0 gobject-introspection-1.0)
-		PKG_CHECK_MODULES(LIBSEED, webkit-1.0 gobject-introspection-1.0)
+		PKG_CHECK_MODULES(SEED, webkit-1.0 gobject-introspection-1.0 libffi)
+		PKG_CHECK_MODULES(LIBSEED, webkit-1.0 gobject-introspection-1.0 libffi)
 		;;
 esac
 AC_SUBST(SEED_OSX_CFLAGS)



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