pulseaudio: fix udev configure option
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Thu, 23 Jun 2016 10:09:56 +0000 (11:09 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 24 Jun 2016 11:41:20 +0000 (13:41 +0200)
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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/pulseaudio/pulseaudio.mk

index 024b168ca934e0e6e54fb2c86020476ce10a3b0e..f50ea671824435c01f9db941de8c4e80cfa53fb3 100644 (file)
@@ -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)