gdk-pixbuf: install files when autoreconfing

Might fix #451.
pull/491/head
Timothy Gu 10 years ago
parent cca14c1415
commit ead92e982a

@ -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`" \

Loading…
Cancel
Save