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

It appears Synchronet requires libmosquitto v2 or higher

parent c4d0146b
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4453 failed
......@@ -91,7 +91,7 @@ ifeq ($(os),linux)
endif
ifndef WITHOUT_MOSQUITTO
ifneq ($(os), win32)
ifeq ($(shell pkg-config libmosquitto --exists && echo "yes"),yes)
ifeq ($(shell pkg-config 'libmosquitto >= 2' --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