diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-11-16 02:33:02 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-11-16 02:33:02 (GMT) |
commit | 51f6aef1f79e24e9042c34f71929b7b1703c7642 (patch) | |
tree | 3d6bb441d2c1d91c11b96a1040b88bfbb11ea0f1 | |
parent | eda9d6e799a9fd920aaad057264a3ee84aa6d8c8 (diff) | |
download | mxe-51f6aef1f79e24e9042c34f71929b7b1703c7642.zip mxe-51f6aef1f79e24e9042c34f71929b7b1703c7642.tar.gz mxe-51f6aef1f79e24e9042c34f71929b7b1703c7642.tar.bz2 |
update requirement versions
fixes #978
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | index.html | 12 |
2 files changed, 9 insertions, 5 deletions
@@ -311,7 +311,7 @@ check-requirements: $(PREFIX)/installed/check-requirements $(PREFIX)/installed/check-requirements: $(MAKEFILE) @echo '[check requirements]' $(foreach REQUIREMENT,$(REQUIREMENTS),$(call CHECK_REQUIREMENT,$(REQUIREMENT))) - $(call CHECK_REQUIREMENT_VERSION,autoconf,2\.6[7-9]\|2\.[7-9][0-9]) + $(call CHECK_REQUIREMENT_VERSION,autoconf,2\.6[8-9]\|2\.[7-9][0-9]) $(call CHECK_REQUIREMENT_VERSION,automake,1\.11\.[3-9]\|1\.[1-9][2-9]\(\.[0-9]\+\)\?) @if [ -e check-requirements-failed ]; then \ echo; \ @@ -494,7 +494,7 @@ USE_OSGPLUGIN(<plugin2>) <table class="requirements"> <tr> <td><a href="https://www.gnu.org/software/autoconf/">Autoconf</a></td> - <td>≥ 2.67</td> + <td>≥ 2.68</td> </tr> <tr> <td><a href="https://www.gnu.org/software/automake/">Automake</a></td> @@ -525,6 +525,10 @@ USE_OSGPLUGIN(<plugin2>) <td></td> </tr> <tr> + <td><a href="http://www.gdk-pixbuf.org/">gdk-pixbuf</a></td> + <td></td> + </tr> + <tr> <td><a href="http://git-scm.com/">Git</a></td> <td>≥ 1.7</td> </tr> @@ -566,7 +570,7 @@ USE_OSGPLUGIN(<plugin2>) </tr> <tr> <td><a href="https://www.openssl.org/">OpenSSL</a>-dev</td> - <td></td> + <td>≥ 1.01</td> </tr> <tr> <td><a href="http://p7zip.sourceforge.net/">p7zip (7-Zip)</a></td> @@ -613,8 +617,8 @@ USE_OSGPLUGIN(<plugin2>) <td></td> </tr> <tr> - <td><a href="http://www.gdk-pixbuf.org/">gdk-pixbuf</a></td> - <td></td> + <td><a href="http://zlib.net/">zlib</a></td> + <td>≥ 1.20</td> </tr> </table> |