[Buildroot] [git commit] wget: add host-pkgconf dependency

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Dec 10 20:25:04 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=ca0a1844aed988969a85de590435deb48289ca0a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Uses pkgconfig since 1.16.1+ to find libraries.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/wget/wget.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/wget/wget.mk b/package/wget/wget.mk
index b19c987..bd8e378 100644
--- a/package/wget/wget.mk
+++ b/package/wget/wget.mk
@@ -7,6 +7,7 @@
 WGET_VERSION = 1.16.1
 WGET_SOURCE = wget-$(WGET_VERSION).tar.xz
 WGET_SITE = $(BR2_GNU_MIRROR)/wget
+WGET_DEPENDENCIES = host-pkgconf
 WGET_LICENSE = GPLv3+
 WGET_LICENSE_FILES = COPYING
 



More information about the buildroot mailing list