Commit 060623cf authored by Fabio Porcedda's avatar Fabio Porcedda Committed by Peter Korsgaard
Browse files

sdl: add support for top-level parallel make



To be sure that host-autoconf dependency is already built move the
call to autogen.sh from SDL_POST_PATCH_HOOKS to SDL_PRE_CONFIGURE_HOOKS.

Signed-off-by: default avatarFabio Porcedda <fabio.porcedda@gmail.com>
Acked-by: default avatarMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 1963bc81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ define SDL_RUN_AUTOGEN
	cd $(@D) && PATH=$(HOST_PATH) ./autogen.sh
endef

SDL_POST_PATCH_HOOKS += SDL_RUN_AUTOGEN
SDL_PRE_CONFIGURE_HOOKS += SDL_RUN_AUTOGEN
SDL_DEPENDENCIES += host-automake host-autoconf host-libtool