mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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: Fabio Porcedda <fabio.porcedda@gmail.com> Acked-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
1963bc815d
commit
060623cfed
@ -17,7 +17,7 @@ define SDL_RUN_AUTOGEN
|
|||||||
cd $(@D) && PATH=$(HOST_PATH) ./autogen.sh
|
cd $(@D) && PATH=$(HOST_PATH) ./autogen.sh
|
||||||
endef
|
endef
|
||||||
|
|
||||||
SDL_POST_PATCH_HOOKS += SDL_RUN_AUTOGEN
|
SDL_PRE_CONFIGURE_HOOKS += SDL_RUN_AUTOGEN
|
||||||
SDL_DEPENDENCIES += host-automake host-autoconf host-libtool
|
SDL_DEPENDENCIES += host-automake host-autoconf host-libtool
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user