summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2011-03-03 16:25:46 (GMT)
committerTony Theodore <tonyt@logyst.com>2011-03-03 16:25:46 (GMT)
commitd9fa2b352c45d0f42417f30b7244dbbe4eb4ab02 (patch)
tree808971048bf6cb9e55a33a76251800cbe2d07857 /src
parent6a919ae975c48488666a183b9916f3d541d121ac (diff)
downloadmxe-d9fa2b352c45d0f42417f30b7244dbbe4eb4ab02.zip
mxe-d9fa2b352c45d0f42417f30b7244dbbe4eb4ab02.tar.gz
mxe-d9fa2b352c45d0f42417f30b7244dbbe4eb4ab02.tar.bz2
package wxwidgets: libpng15 breaks build - use builtin version
Diffstat (limited to 'src')
-rw-r--r--src/wxwidgets.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wxwidgets.mk b/src/wxwidgets.mk
index 88b3abf..90f3497 100644
--- a/src/wxwidgets.mk
+++ b/src/wxwidgets.mk
@@ -37,7 +37,7 @@ define $(PKG)_BUILD
--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 @@ define $(PKG)_BUILD
--with-themes=all \
--with-msw \
--with-opengl \
- --with-libpng=sys \
+ --with-libpng=builtin \
--with-libjpeg=sys \
--with-libtiff=sys \
--with-regex=yes \