[Buildroot] [git commit branch/next] package/vlc: add optional dependency to pulseaudio

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Aug 16 10:00:35 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=f892cad80b5de6cddbcef754c2d17302eca04bf8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/vlc/vlc.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index 14fe3b7861..b90fd602d3 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -362,6 +362,13 @@ else
 VLC_CONF_OPTS += --disable-ncurses
 endif
 
+ifeq ($(BR2_PACKAGE_PULSEAUDIO),y)
+VLC_CONF_OPTS += --enable-pulse
+VLC_DEPENDENCIES += pulseaudio
+else
+VLC_CONF_OPTS += --disable-pulse
+endif
+
 ifeq ($(BR2_PACKAGE_QT_GUI_MODULE),y)
 VLC_CONF_OPTS += --enable-qt
 VLC_CONF_ENV += \


More information about the buildroot mailing list