[Buildroot] [PATCH 3/4] package/gensio: add portaudio optional dependency
Mattia Narducci <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
Portaudio is an optional dependency which is enabled by default since version 2.7.3 when alsa-lib is not available: https://github.com/cminyard/gensio/commit/71eef5e3cef2232eed85c5cb604bdf5fe3ebf580 Signed-off-by: Mattia Narducci <[email protected]> --- package/gensio/gensio.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package/gensio/gensio.mk b/package/gensio/gensio.mk index 0c3ca5e03b..40cb0df514 100644 --- a/package/gensio/gensio.mk +++ b/package/gensio/gensio.mk @@ -62,6 +62,13 @@ else GENSIO_CONF_OPTS += --without-openssl endif +ifeq ($(BR2_PACKAGE_PORTAUDIO),y) +GENSIO_DEPENDENCIES += portaudio +GENSIO_CONF_OPTS += --with-portaudio +else +GENSIO_CONF_OPTS += --without-portaudio +endif + ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y) GENSIO_CONF_ENV += LIBS=-latomic endif -- 2.55.0 _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot