From: Gwenhael Goavec-Merou <gwenj@trabucayre.com>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 3/5] package/gnuradio: add libsndfile optional dependency
Date: Wed, 22 Feb 2023 17:31:56 +0100 [thread overview]
Message-ID: <20230222173156.0f63bb68@x230> (raw)
In-Reply-To: <20230222160514.2069544-3-fontaine.fabrice@gmail.com>
On Wed, 22 Feb 2023 17:05:12 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> libsndfile is an optional dependency since version 3.9.0.0 and
> https://github.com/gnuradio/gnuradio/commit/18f64ba685cfc2533e2d7726aa43c524b007d97b
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/gnuradio/gnuradio.mk | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/package/gnuradio/gnuradio.mk b/package/gnuradio/gnuradio.mk
> index c2e5ec5cad..59fb23d89d 100644
> --- a/package/gnuradio/gnuradio.mk
> +++ b/package/gnuradio/gnuradio.mk
> @@ -55,6 +55,9 @@ endif
>
> ifeq ($(BR2_PACKAGE_GNURADIO_BLOCKS),y)
> GNURADIO_CONF_OPTS += -DENABLE_GR_BLOCKS=ON
> +ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
> +GNURADIO_DEPENDENCIES += libsndfile
> +endif
> else
> GNURADIO_CONF_OPTS += -DENABLE_GR_BLOCKS=OFF
> endif
> --
> 2.39.0
>
Acked-by: Gwenhael Goavec-merou <gwenhael.goavec-merou@trabucayre.com>
Regargs,
Gwen
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-02-22 16:32 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-22 16:05 [Buildroot] [PATCH 1/5] package/gnuradio: drop unrecognized volk variables Fabrice Fontaine
2023-02-22 16:05 ` [Buildroot] [PATCH 2/5] package/gnuradio: disable examples Fabrice Fontaine
2023-02-22 16:19 ` Gwenhael Goavec-Merou
2023-02-22 16:05 ` [Buildroot] [PATCH 3/5] package/gnuradio: add libsndfile optional dependency Fabrice Fontaine
2023-02-22 16:31 ` Gwenhael Goavec-Merou [this message]
2023-02-22 16:05 ` [Buildroot] [PATCH 4/5] package/gnuradio: add gr-network block support Fabrice Fontaine
2023-02-22 16:26 ` Gwenhael Goavec-Merou
2023-02-22 16:05 ` [Buildroot] [PATCH 5/5] package/gqrx: bump to version 2.15.9 Fabrice Fontaine
2023-02-22 16:14 ` [Buildroot] [PATCH 1/5] package/gnuradio: drop unrecognized volk variables Gwenhael Goavec-Merou
2023-02-22 20:58 ` Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230222173156.0f63bb68@x230 \
--to=gwenj@trabucayre.com \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox