package wxwidgets: libpng15 breaks build - use builtin version

This commit is contained in:
Tony Theodore 2011-03-04 03:25:46 +11:00
parent 6a919ae975
commit d9fa2b352c
1 changed files with 2 additions and 2 deletions

View File

@ -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 \