[seed] more fixes for #653077 - xml build without webkit, also includes fix for #652771 - removing params



commit db641cd31d82aff79a16080f65f7c7562aaadde6
Author: Alan Knowles <alan akbkhome com>
Date:   Mon Aug 8 18:05:48 2011 +0800

    more fixes for  #653077 - xml build without webkit, also includes fix for  #652771 - removing paramspec reference

 libseed/seed-gtype.c       |    6 ++++--
 modules/libxml/Makefile.am |    1 +
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libseed/seed-gtype.c b/libseed/seed-gtype.c
index 04be107..910878d 100644
--- a/libseed/seed-gtype.c
+++ b/libseed/seed-gtype.c
@@ -1031,10 +1031,12 @@ seed_define_gtype_functions (JSContextRef ctx)
 						 "GObject", "ObjectClass");
 
   proto = seed_struct_prototype (ctx, objectclass_info);
-
+/*
+  // paramspec is remove in newer versions of introspeciton - removing
+  // until we can work out how to replace this.
   paramspec_info = g_irepository_find_by_name (NULL, "GObject", "ParamSpec");
   proto = seed_struct_prototype (ctx, paramspec_info);
-
+*/
   seed_create_function (ctx, "get", &seed_param_getter_invoked, proto);
   seed_create_function (ctx, "set", &seed_param_setter_invoked, proto);
 }
diff --git a/modules/libxml/Makefile.am b/modules/libxml/Makefile.am
index ef7f902..5e5e794 100644
--- a/modules/libxml/Makefile.am
+++ b/modules/libxml/Makefile.am
@@ -24,6 +24,7 @@ libseed_libxml_la_LDFLAGS = \
 
 libseed_libxml_la_LIBADD = \
 	$(top_builddir)/libseed/libseed SEED_GTK_VERSION@.la \
+	$(LIBXML_LIBS) \
 	$(SEED_PROFILE_LIBS)
 
 extensionsdir=$(datadir)/seed SEED_GTK_VERSION@/extensions



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