Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/freerdp: fix pulseaudio support
@ 2019-11-05  9:42 Alexey Lukyanchuk
  2019-11-05 18:33 ` Yann E. MORIN
  2019-11-07  7:43 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Alexey Lukyanchuk @ 2019-11-05  9:42 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Alexey Lukyanchuk <skif@skif-web.ru>
---
 package/freerdp/freerdp.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/freerdp/freerdp.mk b/package/freerdp/freerdp.mk
index 0f32ff4718..931fa49477 100644
--- a/package/freerdp/freerdp.mk
+++ b/package/freerdp/freerdp.mk
@@ -51,6 +51,7 @@ endif
 
 ifeq ($(BR2_PACKAGE_PULSEAUDIO),y)
 FREERDP_CONF_OPTS += -DWITH_PULSEAUDIO=ON
+FREERDP_CONF_OPTS += -DWITH_PULSE=ON
 FREERDP_DEPENDENCIES += pulseaudio
 else
 FREERDP_CONF_OPTS += -DWITH_PULSEAUDIO=OFF
-- 
2.21.0

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

end of thread, other threads:[~2019-11-07  7:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-05  9:42 [Buildroot] [PATCH 1/1] package/freerdp: fix pulseaudio support Alexey Lukyanchuk
2019-11-05 18:33 ` Yann E. MORIN
2019-11-07  7:43 ` Peter Korsgaard

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