Commit 85aed3e3 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

bmon: add optional alsa support

parent 6533b1e3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -14,6 +14,12 @@ else
BMON_CONF_OPT += --disable-curses
endif

ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
BMON_DEPENDENCIES += alsa-lib
else
BMON_CONF_OPT += --disable-asound
endif

ifneq ($(BR2_PREFER_STATIC_LIB),y)
# link dynamically unless explicitly requested otherwise
BMON_CONF_OPT += --disable-static