protocols/matrix: Add some needed dependencies for the latest matrix_client

This commit is contained in:
Alexander von Gluck IV 2023-12-22 08:21:01 -06:00
parent 8f5762219e
commit d4b934093d

View File

@ -65,7 +65,7 @@ RSRCS =
# - if your library does not follow the standard library naming scheme, # - if your library does not follow the standard library naming scheme,
# you need to specify the path to the library and it's name. # you need to specify the path to the library and it's name.
# (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a") # (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a")
LIBS = be bnetapi localestub interface matrix_client network $(STDCPPLIBS) LIBS = be bnetapi localestub interface matrix_client spdlog network $(STDCPPLIBS)
# Specify additional paths to directories following the standard libXXX.so # Specify additional paths to directories following the standard libXXX.so
@ -116,7 +116,7 @@ SYMBOLS :=
DEBUGGER := DEBUGGER :=
# Specify any additional compiler flags to be used. # Specify any additional compiler flags to be used.
COMPILER_FLAGS = -std=c++17 COMPILER_FLAGS = -std=c++20 `pkg-config --cflags spdlog`
# Specify any additional linker flags to be used. # Specify any additional linker flags to be used.
LINKER_FLAGS = LINKER_FLAGS =