package/jack2: drop dependency on host-python
host-python was listed in jack2 dependencies, but is actually not needed. Also tested with an experimental python3 based Waf package infrastructure, so we can exclude that jack2 "accidentally" uses the host-python2 pulled in by Waf. Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
883e0f6058
commit
44b2fc55fa
@ -7,7 +7,7 @@
|
||||
JACK2_VERSION = 1.9.14
|
||||
JACK2_SITE = $(call github,jackaudio,jack2,v$(JACK2_VERSION))
|
||||
JACK2_LICENSE = GPL-2.0+ (jack server), LGPL-2.1+ (jack library)
|
||||
JACK2_DEPENDENCIES = libsamplerate libsndfile alsa-lib host-python
|
||||
JACK2_DEPENDENCIES = libsamplerate libsndfile alsa-lib
|
||||
JACK2_INSTALL_STAGING = YES
|
||||
|
||||
JACK2_CONF_OPTS = --alsa
|
||||
|
Loading…
Reference in New Issue
Block a user