Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 2/2] openal: Add jack2 dependency
@ 2015-12-13 22:23 André Hentschel
  0 siblings, 0 replies; only message in thread
From: André Hentschel @ 2015-12-13 22:23 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
---
 package/openal/openal.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/openal/openal.mk b/package/openal/openal.mk
index 0580526..b2e02c8 100644
--- a/package/openal/openal.mk
+++ b/package/openal/openal.mk
@@ -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
-- 
1.9.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-13 22:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-13 22:23 [Buildroot] [PATCH 2/2] openal: Add jack2 dependency André Hentschel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox