Actually make it work on 1.9. Had to disable some stuff, temporarily.

This commit is contained in:
Marco Pesenti Gritti
2007-01-23 23:14:22 +01:00
parent 94d7f94534
commit 997a90d7cc
4 changed files with 23 additions and 5 deletions
+3 -1
View File
@@ -20,7 +20,9 @@ _sugar_la_LIBADD = \
$(top_builddir)/lib/src/libsugarprivate.la
_sugar_la_SOURCES = \
_sugarmodule.c
_sugarmodule.c \
xulrunner.cpp \
xulrunner.h
nodist__sugar_la_SOURCES = _sugar.c
+4
View File
@@ -2,6 +2,8 @@
#include "config.h"
#endif
#include "xulrunner.h"
/* include this first, before NO_IMPORT_PYGOBJECT is defined */
#include <pygobject.h>
@@ -17,6 +19,8 @@ init_sugar(void)
{
PyObject *m, *d;
xulrunner_startup();
init_pygobject ();
Pycairo_IMPORT;