mplayer: make sure alsa-lib is installed before mplayer
This patch adds alsa-lib to a dependency for mplayer if it is selected in kconfig. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
This commit is contained in:
parent
8c149d286a
commit
377e554200
@ -19,6 +19,10 @@ endif
|
||||
|
||||
MPLAYER_DEP_LIBS:=libmad
|
||||
|
||||
ifeq ($(strip $(BR2_PACKAGE_ALSA_LIB)),y)
|
||||
MPLAYER_DEP_LIBS+=alsa-lib
|
||||
endif
|
||||
|
||||
$(DL_DIR)/$(MPLAYER_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(MPLAYER_SITE)/$(MPLAYER_SOURCE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user