Skip to content
Snippets Groups Projects
Commit 40fae286 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 09ec01e7
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4454 failed
......@@ -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