iw: needs host-pkg-config

Closes #1459

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2010-03-31 15:30:30 -03:00 committed by Peter Korsgaard
parent a12ef5db91
commit 259d6fc0e0

View File

@ -7,7 +7,7 @@
IW_VERSION = 0.9.19
IW_SOURCE = iw-$(IW_VERSION).tar.bz2
IW_SITE = http://wireless.kernel.org/download/iw
IW_DEPENDENCIES = libnl
IW_DEPENDENCIES = host-pkg-config libnl
IW_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
IW_CONFIG = $(IW_DIR)/.config
IW_MAKE_ENV = PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \