]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
add pkgconfig dependency
authordivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Fri, 9 Jan 2009 21:59:04 +0000 (21:59 +0000)
committerdivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Fri, 9 Jan 2009 21:59:04 +0000 (21:59 +0000)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@163 61c419a2-8eb2-4b30-bcec-8cead039b335

Makefile

index 5f34e36cb08b222dbf85bfb0cf713a85f2518756..0e15f73d4d035868e11883f57caa22a7b99f1e2f 100644 (file)
--- 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!