Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] pulseaudio: fix udev configure option
@ 2016-06-23 10:09 Vicente Olivert Riera
  2016-06-23 10:09 ` [Buildroot] [PATCH 2/2] pulseaudio: bump version to 9.0 Vicente Olivert Riera
  0 siblings, 1 reply; 3+ messages in thread
From: Vicente Olivert Riera @ 2016-06-23 10:09 UTC (permalink / raw)
  To: buildroot

enable-libudev doesn't exist as a configure option. The right one is
enable-udev.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/pulseaudio/pulseaudio.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/pulseaudio/pulseaudio.mk b/package/pulseaudio/pulseaudio.mk
index 06b0b84..4a7d013 100644
--- a/package/pulseaudio/pulseaudio.mk
+++ b/package/pulseaudio/pulseaudio.mk
@@ -79,10 +79,10 @@ PULSEAUDIO_CONF_OPTS += --without-soxr
 endif
 
 ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
-PULSEAUDIO_CONF_OPTS += --enable-libudev
+PULSEAUDIO_CONF_OPTS += --enable-udev
 PULSEAUDIO_DEPENDENCIES += udev
 else
-PULSEAUDIO_CONF_OPTS += --disable-libudev
+PULSEAUDIO_CONF_OPTS += --disable-udev
 endif
 
 ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
-- 
2.7.3

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

end of thread, other threads:[~2016-06-23 10:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-23 10:09 [Buildroot] [PATCH 1/2] pulseaudio: fix udev configure option Vicente Olivert Riera
2016-06-23 10:09 ` [Buildroot] [PATCH 2/2] pulseaudio: bump version to 9.0 Vicente Olivert Riera
2016-06-23 10:14   ` Baruch Siach

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