mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/vlc: add optional dependency to pulseaudio
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b5488b00da
commit
f892cad80b
@ -362,6 +362,13 @@ else
|
|||||||
VLC_CONF_OPTS += --disable-ncurses
|
VLC_CONF_OPTS += --disable-ncurses
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_QT_GUI_MODULE),y)
|
||||||
VLC_CONF_OPTS += --enable-qt
|
VLC_CONF_OPTS += --enable-qt
|
||||||
VLC_CONF_ENV += \
|
VLC_CONF_ENV += \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user