Do some housekeeping for jack.

This commit is contained in:
Harry Nakos 2015-06-16 14:48:57 +03:00
parent 60b1ecf771
commit a0454b44be
2 changed files with 2 additions and 5 deletions

View File

@ -1462,7 +1462,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
</tr>
<tr>
<td class="package">jack</td>
<td class="website"><a href="http://jackaudio.org/">jack</a></td>
<td class="website"><a href="http://jackaudio.org/">JACK Audio Connection Kit</a></td>
</tr>
<tr>
<td class="package">jansson</td>

View File

@ -24,8 +24,5 @@ define $(PKG)_BUILD
./waf configure build install \
-j '$(JOBS)' \
--prefix='$(PREFIX)/$(TARGET)' \
--dist-target=mingw \
# It is not trivial to adjust the installation path for the DLL in the
# waf-based build system. Adjust it here. See aubio.mk.
--dist-target=mingw
endef