mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
sdl: build alsa support if enabled
Ensure alsa-lib gets built before SDL if enabled, so the SDL configure script correctly detects alsa support. Noticed by Ayla on IRC. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e5decb1905
commit
8a6f23a424
@ -40,6 +40,10 @@ ifeq ($(BR2_PACKAGE_TSLIB),y)
|
|||||||
SDL_DEPENDENCIES += tslib
|
SDL_DEPENDENCIES += tslib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
|
||||||
|
SDL_DEPENDENCIES += alsa-lib
|
||||||
|
endif
|
||||||
|
|
||||||
SDL_CONF_OPT += --enable-pulseaudio=no \
|
SDL_CONF_OPT += --enable-pulseaudio=no \
|
||||||
--disable-arts \
|
--disable-arts \
|
||||||
--disable-esd \
|
--disable-esd \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user