mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/jack2: explicitly {dis, en}able opus and readline
Explicitly disable or enable opus and readline which have been added by commits055cf58842andf658b1934fSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commit618a23100f) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
b57789a084
commit
46f748347a
@@ -16,10 +16,16 @@ JACK2_CONF_OPTS = --alsa
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPUS),y)
|
||||
JACK2_DEPENDENCIES += opus
|
||||
JACK2_CONF_OPTS += --opus=yes
|
||||
else
|
||||
JACK2_CONF_OPTS += --opus=no
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_READLINE),y)
|
||||
JACK2_DEPENDENCIES += readline
|
||||
JACK2_CONF_OPTS += --readline=yes
|
||||
else
|
||||
JACK2_CONF_OPTS += --readline=no
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_JACK2_LEGACY),y)
|
||||
|
||||
Reference in New Issue
Block a user