add libevent version check

This commit is contained in:
Jethro Grassie 2019-05-04 13:16:14 -04:00
parent c572345e33
commit 97f8fa27ae
No known key found for this signature in database
GPG key ID: DE8ED755616565BB

View file

@ -62,7 +62,7 @@ LIBS += dl boost_system boost_date_time boost_chrono boost_filesystem boost_thre
endif endif
PKG_LIBS := $(shell pkg-config \ PKG_LIBS := $(shell pkg-config \
libevent \ "libevent >= 2.1" \
json-c \ json-c \
openssl \ openssl \
libsodium \ libsodium \
@ -74,7 +74,7 @@ DLIBS =
INCPATH := $(DIRS) ${MONERO_INC} /opt/local/include /usr/local/include INCPATH := $(DIRS) ${MONERO_INC} /opt/local/include /usr/local/include
PKG_INC := $(shell pkg-config \ PKG_INC := $(shell pkg-config \
libevent \ "libevent >= 2.1" \
json-c \ json-c \
openssl \ openssl \
libsodium \ libsodium \