From e8383c73e6b681c01636afc9e5711c883b58f6af Mon Sep 17 00:00:00 2001 From: Jethro Grassie Date: Mon, 15 Apr 2019 23:44:03 -0400 Subject: [PATCH] add quick pkg-config output check --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index d81b20c..0ba2e1f 100644 --- a/Makefile +++ b/Makefile @@ -163,6 +163,9 @@ endif ifeq ($(origin MONERO_BUILD_ROOT), undefined) $(error You need to set an environment variable MONERO_BUILD_ROOT to your monero build root) endif +ifndef PKG_LIBS + $(error Missing dependencies) +endif -include $(DFILES) -include $(CDFILES)