mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
openal: Add jack2 dependency
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
90e5cea9cf
commit
6a69e28d15
@@ -18,6 +18,13 @@ else
|
||||
OPENAL_CONF_OPTS += -DALSOFT_REQUIRE_ALSA=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_JACK2),y)
|
||||
OPENAL_DEPENDENCIES += jack2
|
||||
OPENAL_CONF_OPTS += -DALSOFT_REQUIRE_JACK=ON
|
||||
else
|
||||
OPENAL_CONF_OPTS += -DALSOFT_REQUIRE_JACK=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PORTAUDIO),y)
|
||||
OPENAL_DEPENDENCIES += portaudio
|
||||
OPENAL_CONF_OPTS += -DALSOFT_REQUIRE_PORTAUDIO=ON
|
||||
|
||||
Reference in New Issue
Block a user