summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sdl_gfx.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdl_gfx.mk b/src/sdl_gfx.mk
index 2c5dc02..95da895 100644
--- a/src/sdl_gfx.mk
+++ b/src/sdl_gfx.mk
@@ -17,6 +17,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ cd '$(1)' && autoreconf -fi -I'$(PREFIX)/$(TARGET)/share/aclocal'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \