mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
package/freerdp: fix pulseaudio support
The name of the option to enable/disable support for pulseaudio has been in flux in FreeRDP, soemtimes being WITH_PULSE, sometimes being the erroneous WITH_PULSEAUDIO. Eventually, FreeRDP came to their feet, and fixed it to WITH_PULSE everywhere. Signed-off-by: Alexey Lukyanchuk <skif@skif-web.ru> [yann.morin.1998@free.fr: - remove useless (obsolete) WITH_PULSEAUDIO - fix the else clause too - enhance commit log ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
6f05fcebce
commit
807495a885
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user