sdl2_gfx: Run autogen.sh to recreate build files.

Timestamps inside the SDL2_gfx archive seem to be strange, so make tries
to run aclocal with the wrong parameters and fails (in a mostly clean
environement).
This commit is contained in:
Tobias Gruetzmacher 2015-02-03 22:03:29 +01:00
parent 7680835ae2
commit babc0dfc32
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
cd '$(1)' && ./autogen.sh && ./configure \
$(MXE_CONFIGURE_OPTS) \
--with-sdl-prefix='$(PREFIX)/$(TARGET)' \
SDL_LIBS="`$(TARGET)-pkg-config --libs sdl2 | $(SED) -e 's/-lmingw32//' -e 's/-lSDL2main//'`" \