All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/libsamplerate: use --{dis, en}able-alsa
@ 2022-06-28 18:32 Fabrice Fontaine
  2022-06-28 18:32 ` [Buildroot] [PATCH 2/3] package/libsamplerate: disable sndfile Fabrice Fontaine
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Fabrice Fontaine @ 2022-06-28 18:32 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Commit 5b679d7806767206f2c7bd7ff69b412bebb504f8 forgot to set
--{dis,en}able-alsa

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libsamplerate/libsamplerate.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/libsamplerate/libsamplerate.mk b/package/libsamplerate/libsamplerate.mk
index 146d57d15e..9d6b6a5ca5 100644
--- a/package/libsamplerate/libsamplerate.mk
+++ b/package/libsamplerate/libsamplerate.mk
@@ -15,6 +15,9 @@ LIBSAMPLERATE_CPE_ID_VENDOR = libsamplerate_project
 
 ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
 LIBSAMPLERATE_DEPENDENCIES += alsa-lib
+LIBSAMPLERATE_CONF_OPTS += --enable-alsa
+else
+LIBSAMPLERATE_CONF_OPTS += --disable-alsa
 endif
 
 ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-07-23 14:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-28 18:32 [Buildroot] [PATCH 1/3] package/libsamplerate: use --{dis, en}able-alsa Fabrice Fontaine
2022-06-28 18:32 ` [Buildroot] [PATCH 2/3] package/libsamplerate: disable sndfile Fabrice Fontaine
2022-07-23 14:33   ` Peter Korsgaard
2022-06-28 18:32 ` [Buildroot] [PATCH 3/3] package/libsamplerate: bump to version 0.2.2 Fabrice Fontaine
2022-07-06 21:27 ` [Buildroot] [PATCH 1/3] package/libsamplerate: use --{dis, en}able-alsa Thomas Petazzoni via buildroot
2022-07-23 14:32 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.