From a063f823e8618c2fc7f44829aed5f6e119a88a88 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Wed, 29 Oct 2014 21:07:08 +1100 Subject: Makefile: remove check for pkg-config since we build pkgconf --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8419626..914a21f 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,8 @@ WGET := wget --no-check-certificate \ REQUIREMENTS := autoconf automake autopoint bash bison bzip2 cmake flex \ gcc g++ gperf intltoolize $(LIBTOOL) $(LIBTOOLIZE) \ - $(MAKE) openssl $(PATCH) $(PERL) pkg-config \ - python ruby scons $(SED) $(SORT) unzip wget xz + $(MAKE) openssl $(PATCH) $(PERL) python ruby scons \ + $(SED) $(SORT) unzip wget xz PREFIX := $(PWD)/usr LOG_DIR := $(PWD)/log -- cgit v0.12