Author: mdk
Date: 2008-02-06 07:02:59 -0500 (Wed, 06 Feb 2008)
New Revision: 95012

Modified:
   trunk/moon/ChangeLog
   trunk/moon/configure.ac
Log:
2008-02-06  Michael Dominic K.  <[EMAIL PROTECTED]>

        * configure.ac: Configure embedded cairo with '--diable-png' since now
        we're using the GdkPixbuf PNG writer in xaml2png. Saves us some runtime
        memory. Fixes: #348071.


Modified: trunk/moon/ChangeLog
===================================================================
--- trunk/moon/ChangeLog        2008-02-06 12:02:56 UTC (rev 95011)
+++ trunk/moon/ChangeLog        2008-02-06 12:02:59 UTC (rev 95012)
@@ -1,3 +1,9 @@
+2008-02-06  Michael Dominic K.  <[EMAIL PROTECTED]> 
+
+       * configure.ac: Configure embedded cairo with '--diable-png' since now
+       we're using the GdkPixbuf PNG writer in xaml2png. Saves us some runtime
+       memory. Fixes: #348071.
+
 2007-12-10  Chris Toshok  <[EMAIL PROTECTED]>
 
        * configure.ac: add debug support stuff.

Modified: trunk/moon/configure.ac
===================================================================
--- trunk/moon/configure.ac     2008-02-06 12:02:56 UTC (rev 95011)
+++ trunk/moon/configure.ac     2008-02-06 12:02:59 UTC (rev 95012)
@@ -138,7 +138,7 @@
 fi
 AM_CONDITIONAL([PLUGIN_INSTALL], [test $user_plugin = yes])
 
-ac_configure_args="$ac_configure_args --with-pic=yes --disable-pdf 
--disable-svg --disable-ps"
+ac_configure_args="$ac_configure_args --with-pic=yes --disable-pdf 
--disable-svg --disable-ps --disable-png"
 AC_CONFIG_SUBDIRS([pixman cairo])
 
 AC_MSG_CHECKING(Gtk+ 2.0)

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to