package/jack2: explicitly {dis, en}able opus and readline
Explicitly disable or enable opus and readline which have been added by commits055cf58842
andf658b1934f
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
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)
|
||||
|
Loading…
Reference in New Issue
Block a user