changeset 1619:4e295d6fc804

package wxwidgets: libpng15 breaks build - use builtin version
author Tony Theodore <tonyt@logyst.com>
date Fri, 04 Mar 2011 03:25:46 +1100
parents b1627ab23054
children 7cc1f4c38523
files src/wxwidgets.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/wxwidgets.mk	Fri Mar 04 02:58:15 2011 +1100
+++ b/src/wxwidgets.mk	Fri Mar 04 03:25:46 2011 +1100
@@ -37,7 +37,7 @@
         --with-themes=all \
         --with-msw \
         --with-opengl \
-        --with-libpng=sys \
+        --with-libpng=builtin \
         --with-libjpeg=sys \
         --with-libtiff=sys \
         --with-regex=yes \
@@ -83,7 +83,7 @@
         --with-themes=all \
         --with-msw \
         --with-opengl \
-        --with-libpng=sys \
+        --with-libpng=builtin \
         --with-libjpeg=sys \
         --with-libtiff=sys \
         --with-regex=yes \