sdl: ensure mesa3d gets built before if enabled for opengl support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2012-02-07 23:21:53 +01:00
parent 79f22504d7
commit 5aeca1f669

View File

@ -44,6 +44,10 @@ ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
SDL_DEPENDENCIES += alsa-lib
endif
ifeq ($(BR2_PACKAGE_MESA3D),y)
SDL_DEPENDENCIES += mesa3d
endif
SDL_CONF_OPT += --enable-pulseaudio=no \
--disable-arts \
--disable-esd \