package gdk-pixbuf: explicitly call aclocal and automake

This commit is contained in:
koneu 2013-08-24 10:17:28 +02:00
parent eb40979559
commit 99bee59b11
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(1)' && aclocal
cd '$(1)' && automake --add-missing
cd '$(1)' && autoreconf -I'$(PREFIX)/$(TARGET)/share/aclocal'
cd '$(1)' && ./configure \
--host='$(TARGET)' \