[gnumeric] win32: compile goffice without long double support which won't be used.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] win32: compile goffice without long double support which won't be used.
- Date: Wed, 18 Aug 2010 23:24:46 +0000 (UTC)
commit c86eba816e46df2ba5bbd43d2492db71c38706ad
Author: Morten Welinder <terra gnome org>
Date: Wed Aug 18 19:23:23 2010 -0400
win32: compile goffice without long double support which won't be used.
tools/win32/ChangeLog | 3 +++
tools/win32/jhbuildrc.py | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/tools/win32/ChangeLog b/tools/win32/ChangeLog
new file mode 100644
index 0000000..3cacd83
--- /dev/null
+++ b/tools/win32/ChangeLog
@@ -0,0 +1,3 @@
+2010-08-18 Morten Welinder <terra gnome org>
+
+ * jhbuildrc.py: Compile goffice without long-double support.
diff --git a/tools/win32/jhbuildrc.py b/tools/win32/jhbuildrc.py
index 5220ae7..9103b85 100644
--- a/tools/win32/jhbuildrc.py
+++ b/tools/win32/jhbuildrc.py
@@ -158,7 +158,7 @@ module_autogenargs['pxlib'] = autogenargs + """ --with-gsf=""" + prefix
module_autogenargs['libglade'] = autogenargs
module_autogenargs['pygobject'] = autogenargs + """ --without-ffi --without-gio-unix"""
module_autogenargs['libgsf'] = autogenargs + """ --without-gnome-vfs --without-bonobo"""
-module_autogenargs['goffice'] = autogenargs + """ --without-gconf --with-gmathml"""
+module_autogenargs['goffice'] = autogenargs + """ --without-gconf --with-gmathml --without-long-double"""
module_autogenargs['gnumeric'] = autogenargs + """ --disable-component --without-perl"""
module_autogenargs['poppler'] = autogenargs + """ --disable-cms"""
module_autogenargs['evince'] = autogenargs + """ --without-gconf --without-keyring"""
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]