mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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:
committed by
Peter Korsgaard
parent
a12ef5db91
commit
259d6fc0e0
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user