From 11582314265b95b3e496b9eed9fa971c0137f50a Mon Sep 17 00:00:00 2001 From: Yorick Hardy Date: Sat, 2 Nov 2019 16:47:53 +0200 Subject: [PATCH] barony: USE_TOOLS+= pkg-config --- barony/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/barony/Makefile b/barony/Makefile index 59fe607775..786773a672 100644 --- a/barony/Makefile +++ b/barony/Makefile @@ -14,6 +14,7 @@ LICENSE= gnu-gpl-v3 USE_CMAKE= yes USE_LANGUAGES= c c++ +USE_TOOLS+= pkg-config CMAKE_ARGS+= -DPNG_NAMES=png16 \ -DEDITOR_EXE_NAME=barony-editor \