From 1fb26db120f0811bc011bb9f1c198d5226d2c1e8 Mon Sep 17 00:00:00 2001 From: divverent Date: Fri, 9 Jan 2009 21:59:04 +0000 Subject: [PATCH] add pkgconfig dependency git-svn-id: svn://svn.icculus.org/netradiant/trunk@163 61c419a2-8eb2-4b30-bcec-8cead039b335 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5f34e36c..0e15f73d 100644 --- a/Makefile +++ b/Makefile @@ -246,6 +246,7 @@ dependencies-check: checkbinary g++ "$(CXX)"; \ checkbinary binutils "$(RANLIB)"; \ checkbinary binutils "$(AR)"; \ + checkbinary pkg-config "$(PKGCONFIG)"; \ [ "$(OS)" = "Win32" ] && checkbinary mingw32 "$(WINDRES)"; \ [ "$(OS)" != "Win32" ] && checkbinary libc6 "$(LDD)"; \ $(ECHO) All required tools have been found! -- 2.39.2