|
@@ -52,7 +52,7 @@ endif
|
|
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
|
|
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
|
|
PIPEWIRE_CONF_OPTS += -Dpipewire-alsa=enabled
|
|
PIPEWIRE_CONF_OPTS += -Dpipewire-alsa=enabled
|
|
PIPEWIRE_DEPENDENCIES += alsa-lib
|
|
PIPEWIRE_DEPENDENCIES += alsa-lib
|
|
-ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_ALSA_LIB_UCM)$(BR2_PACKAGE_HAS_UDEV),yy)
|
|
PIPEWIRE_CONF_OPTS += -Dalsa=enabled
|
|
PIPEWIRE_CONF_OPTS += -Dalsa=enabled
|
|
else
|
|
else
|
|
PIPEWIRE_CONF_OPTS += -Dalsa=disabled
|
|
PIPEWIRE_CONF_OPTS += -Dalsa=disabled
|