Skip to content

Commit

Permalink
Force Enable ALSA and don't use a shared library.
Browse files Browse the repository at this point in the history
Not doing that will actually disable audio support on a statically linked toolchain.
I was confused as OSS did not require this but there's no library
to link against unlike ALSA.
  • Loading branch information
gameblabla committed May 4, 2019
1 parent 0923ba8 commit 1e4e112
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/sdl/sdl.mk
Expand Up @@ -22,6 +22,8 @@ HOST_SDL_PRE_CONFIGURE_HOOKS += SDL_RUN_AUTOGEN
SDL_DEPENDENCIES += host-automake host-autoconf host-libtool
HOST_SDL_DEPENDENCIES += host-automake host-autoconf host-libtool

SDL_CONF_OPTS += --enable-audio=yes --enable-alsa=yes --enable-alsa-shared=no

SDL_CONF_OPTS += --enable-video-qtopia=no

ifeq ($(BR2_PACKAGE_SDL_FBCON),y)
Expand Down

0 comments on commit 1e4e112

Please sign in to comment.