gdk-pixbuf: install files when autoreconfing

Might fix #451.
This commit is contained in:
Timothy Gu 2014-08-06 21:19:42 -07:00
parent cca14c1415
commit ead92e982a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(1)' && autoreconf -I'$(PREFIX)/$(TARGET)/share/aclocal'
cd '$(1)' && autoreconf -I'$(PREFIX)/$(TARGET)/share/aclocal' -fi
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \