|
@@ -50,10 +50,10 @@ FREERDP_CONF_OPTS += -DWITH_ALSA=OFF
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_PULSEAUDIO),y)
|
|
ifeq ($(BR2_PACKAGE_PULSEAUDIO),y)
|
|
-FREERDP_CONF_OPTS += -DWITH_PULSEAUDIO=ON
|
|
|
|
|
|
+FREERDP_CONF_OPTS += -DWITH_PULSE=ON
|
|
FREERDP_DEPENDENCIES += pulseaudio
|
|
FREERDP_DEPENDENCIES += pulseaudio
|
|
else
|
|
else
|
|
-FREERDP_CONF_OPTS += -DWITH_PULSEAUDIO=OFF
|
|
|
|
|
|
+FREERDP_CONF_OPTS += -DWITH_PULSE=OFF
|
|
endif
|
|
endif
|
|
|
|
|
|
# For the systemd journal
|
|
# For the systemd journal
|