add quick pkg-config output check

This commit is contained in:
Jethro Grassie 2019-04-15 23:44:03 -04:00
parent cebf73ef35
commit e8383c73e6
No known key found for this signature in database
GPG Key ID: DE8ED755616565BB
1 changed files with 3 additions and 0 deletions

View File

@ -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)