Skip to content
Snippets Groups Projects
Commit e309b1f3 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

mqtt_protocol.h was added to Debian package in 1.6.8-2, require 1.6.9+

parent f5d30dd3
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ ifeq ($(os),linux)
endif
ifndef WITHOUT_MOSQUITTO
ifneq ($(os), win32)
ifeq ($(shell pkg-config 'libmosquitto >= 2' --exists && echo "yes"),yes)
ifeq ($(shell pkg-config 'libmosquitto >= 1.6.9' --exists && echo "yes"),yes)
CFLAGS += -DUSE_MOSQUITTO
CFLAGS += $(shell pkg-config libmosquitto --cflags)
CON_LIBS += $(shell pkg-config libmosquitto --libs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment