mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -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
0a5119afa0
commit
6439b8dbe0
@@ -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