From 37cd855b92bcba6753383e2fcdb41ee958284352 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 10 Sep 2013 12:07:22 +0200 Subject: [mltk] Actually really add pkg-config ( fixes commit:a3b435f6a1 ) --- mltk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mltk') diff --git a/mltk b/mltk index 67b5e663..d705df50 100755 --- a/mltk +++ b/mltk @@ -92,7 +92,7 @@ print_usage() { check_devtools() { # Checking for needed development tools, compilers etc. # Required: m4 make gcc g++ binutils - DEVTOOLS="gcc c++ g++ make m4 strip git depmod patch mksquashfs" # 'strip' as marker for binutils + DEVTOOLS="gcc c++ g++ make m4 strip git depmod patch mksquashfs pkg-config" # 'strip' as marker for binutils for i in $DEVTOOLS; do which "$i" 2>/dev/null 1>&2 || { echo "Essential development tool $i not found - exiting."; exit 1; } done -- cgit v1.2.3-55-g7522