Skip to content
Snippets Groups Projects
Commit fc96a118 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

daemon: remove uuid as a dependency

Neither the daemon nor pjsip use it if configured properly.

Refs #51157

Change-Id: I1d1e58d4a353c2c5bb878bcc6519507384b12316
parent 76dd5e7c
No related branches found
No related tags found
No related merge requests found
......@@ -73,11 +73,6 @@ AC_COMPILE_IFELSE(
AC_MSG_RESULT([$CLANG])
dnl Check for uuid development package - name: uuid-dev
UUID_MIN_VERSION=1.0
PKG_CHECK_MODULES(UUID, uuid >= ${UUID_MIN_VERSION}, HAVE_UUID=true, HAVE_UUID=false);
AC_SEARCH_LIBS([yaml_parser_initialize], [yaml], [AC_SUBST(YAML_LIBS, -lyaml)], [
AC_MSG_ERROR([Unable to find yaml development files])])
......
......@@ -63,7 +63,6 @@ libsflphone_la_LDFLAGS = \
@SAMPLERATE_LIBS@ \
@SNDFILE_LIBS@ \
$(TLS_LIB) \
@UUID_LIBS@ \
@DBUSCPP_LIBS@
libsflphone_la_CFLAGS = \
......@@ -75,7 +74,6 @@ libsflphone_la_CFLAGS = \
@PULSEAUDIO_CFLAGS@ \
@SAMPLERATE_CFLAGS@ \
$(TLS_CFLAGS) \
@UUID_CFLAGS@ \
@DBUSCPP_CFLAGS@
libsflphone_la_SOURCES = conference.cpp \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment