From: Peter Korsgaard Date: Tue, 7 Feb 2012 22:21:53 +0000 (+0100) Subject: sdl: ensure mesa3d gets built before if enabled for opengl support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5aeca1f6692755154d339233bd4e2578593bbdcf;p=buildroot.git sdl: ensure mesa3d gets built before if enabled for opengl support Signed-off-by: Peter Korsgaard --- diff --git a/package/sdl/sdl.mk b/package/sdl/sdl.mk index b5d9152882..1b9bb9b30c 100644 --- a/package/sdl/sdl.mk +++ b/package/sdl/sdl.mk @@ -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 \