From aa010704b0bb609d29aa747321b3967f0c5abf50 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 30 Jun 2014 16:55:12 +0200 Subject: update sdl and sdl-image be sure to link sdl-image to provided libpng, otherwise TexturePacker in XBMC build will silently fail to pack the png icons. --- mk/host-bottom.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mk') diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk index 1ca851d26..081e4d8b9 100644 --- a/mk/host-bottom.mk +++ b/mk/host-bottom.mk @@ -8,6 +8,10 @@ host-configure: ${_HOST_CONFIGURE_COOKIE}: ${_HOST_PATCH_COOKIE} @mkdir -p ${WRKBUILD} @$(CMD_TRACE) "host configuring... " +ifneq (,$(filter autogen,${AUTOTOOL_STYLE})) + @$(CMD_TRACE) "autotool configuring... " + @cd ${WRKSRC}; env ${AUTOTOOL_ENV} $(BASH) autogen.sh $(MAKE_TRACE) +endif ifneq (,$(filter autoreconf,${AUTOTOOL_STYLE})) cd ${WRKSRC}; env ${AUTOTOOL_ENV} autoreconf -if $(MAKE_TRACE) @rm -rf ${WRKSRC}/autom4te.cache -- cgit v1.2.3