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

View file

@ -163,6 +163,9 @@ endif
ifeq ($(origin MONERO_BUILD_ROOT), undefined) ifeq ($(origin MONERO_BUILD_ROOT), undefined)
$(error You need to set an environment variable MONERO_BUILD_ROOT to your monero build root) $(error You need to set an environment variable MONERO_BUILD_ROOT to your monero build root)
endif endif
ifndef PKG_LIBS
$(error Missing dependencies)
endif
-include $(DFILES) -include $(DFILES)
-include $(CDFILES) -include $(CDFILES)