mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
package/xbmc: add option to enable alsa
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f018f897a1
commit
20dd35779c
@ -103,6 +103,12 @@ menuconfig BR2_PACKAGE_XBMC
|
|||||||
|
|
||||||
if BR2_PACKAGE_XBMC
|
if BR2_PACKAGE_XBMC
|
||||||
|
|
||||||
|
config BR2_PACKAGE_XBMC_ALSA_LIB
|
||||||
|
bool "alsa"
|
||||||
|
select BR2_PACKAGE_ALSA_LIB
|
||||||
|
help
|
||||||
|
Enable alsa support.
|
||||||
|
|
||||||
config BR2_PACKAGE_XBMC_AVAHI
|
config BR2_PACKAGE_XBMC_AVAHI
|
||||||
bool "avahi"
|
bool "avahi"
|
||||||
depends on !BR2_PREFER_STATIC_LIB # avahi
|
depends on !BR2_PREFER_STATIC_LIB # avahi
|
||||||
|
@ -71,7 +71,7 @@ else
|
|||||||
XBMC_CONF_OPT += --disable-dbus
|
XBMC_CONF_OPT += --disable-dbus
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
|
ifeq ($(BR2_PACKAGE_XBMC_ALSA_LIB),y)
|
||||||
XBMC_DEPENDENCIES += alsa-lib
|
XBMC_DEPENDENCIES += alsa-lib
|
||||||
XBMC_CONF_OPT += --enable-alsa
|
XBMC_CONF_OPT += --enable-alsa
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user