summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-11-16 02:33:02 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-11-16 02:33:02 (GMT)
commit51f6aef1f79e24e9042c34f71929b7b1703c7642 (patch)
tree3d6bb441d2c1d91c11b96a1040b88bfbb11ea0f1
parenteda9d6e799a9fd920aaad057264a3ee84aa6d8c8 (diff)
downloadmxe-51f6aef1f79e24e9042c34f71929b7b1703c7642.zip
mxe-51f6aef1f79e24e9042c34f71929b7b1703c7642.tar.gz
mxe-51f6aef1f79e24e9042c34f71929b7b1703c7642.tar.bz2
update requirement versions
fixes #978
-rw-r--r--Makefile2
-rw-r--r--index.html12
2 files changed, 9 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 2966dec..adaf5dc 100644
--- a/Makefile
+++ b/Makefile
@@ -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; \
diff --git a/index.html b/index.html
index d76712c..dcac198 100644
--- a/index.html
+++ b/index.html
@@ -494,7 +494,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<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(&lt;plugin2&gt;)
<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(&lt;plugin2&gt;)
</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(&lt;plugin2&gt;)
<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>