package/jack1: libsamplerate is optional, not mandatory
libsamplerate is only needed to build the NetJack backend and internal client Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
a960dbc5d5
commit
05bbdfa382
@ -10,7 +10,6 @@ config BR2_PACKAGE_JACK1
|
||||
select BR2_PACKAGE_ALSA_LIB_RAWMIDI
|
||||
select BR2_PACKAGE_ALSA_LIB_SEQ
|
||||
select BR2_PACKAGE_BERKELEYDB
|
||||
select BR2_PACKAGE_LIBSAMPLERATE
|
||||
select BR2_PACKAGE_LIBSNDFILE
|
||||
help
|
||||
JACK Audio Connection Kit (JACK 1 implementation).
|
||||
|
@ -11,7 +11,11 @@ JACK1_LICENSE = GPL-2.0+ (jack server), LGPL-2.1+ (jack library)
|
||||
JACK1_LICENSE_FILES = COPYING COPYING.GPL COPYING.LGPL
|
||||
JACK1_INSTALL_STAGING = YES
|
||||
|
||||
JACK1_DEPENDENCIES = host-pkgconf alsa-lib berkeleydb libsamplerate libsndfile
|
||||
JACK1_DEPENDENCIES = host-pkgconf alsa-lib berkeleydb libsndfile
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBSAMPLERATE),y)
|
||||
JACK1_DEPENDENCIES += libsamplerate
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_READLINE),y)
|
||||
JACK1_DEPENDENCIES += readline
|
||||
|
Loading…
Reference in New Issue
Block a user