jack: depend on readline

Example example-clients/transport.c depends on readline.
Jack can be built without this example, but it worth adding
it to dependencies to make build more predictable.

See #731
This commit is contained in:
Boris Nagaev 2015-09-02 02:23:09 +03:00
parent f7135c4e3c
commit fd93265048
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 1177655ae0fbbd8c2229b398a79724115a392941
$(PKG)_SUBDIR := jack-$($(PKG)_VERSION)
$(PKG)_FILE := jack-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := https://dl.dropboxusercontent.com/u/28869550/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libsamplerate libgnurx portaudio libsndfile winpthreads
$(PKG)_DEPS := gcc libsamplerate libgnurx portaudio libsndfile winpthreads readline
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://jackaudio.org/downloads/' | \