summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-10-29 10:07:08 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-10-29 10:07:08 (GMT)
commita063f823e8618c2fc7f44829aed5f6e119a88a88 (patch)
treefd06c80b0734e1fc0a291cb10b0eca522c8ca51b /Makefile
parentad08b86062383f768390d2b727a797167f90144f (diff)
downloadmxe-a063f823e8618c2fc7f44829aed5f6e119a88a88.zip
mxe-a063f823e8618c2fc7f44829aed5f6e119a88a88.tar.gz
mxe-a063f823e8618c2fc7f44829aed5f6e119a88a88.tar.bz2
Makefile: remove check for pkg-config since we build pkgconf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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