mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -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>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
930db465d9
commit
618a23100f
@@ -21,10 +21,16 @@ endif
|
||||
|
||||
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