Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
e72a4a86
Commit
e72a4a86
authored
Jun 11, 2018
by
Ronan
Browse files
fix(options): clean flexisip options
parent
039d7b75
Changes
4
Hide whitespace changes
Inline
Side-by-side
builders/flexisip.cmake
View file @
e72a4a86
...
...
@@ -55,7 +55,7 @@ lcb_cmake_options(
"-DENABLE_ODBC=NO"
"-DENABLE_REDIS=
${
ENABLE_REDIS
}
"
"-DENABLE_SOCI=
${
ENABLE_SOCI
}
"
"-DENABLE_PUSHNOTIFICATION=
${
ENABLE_PUSHNOTIFICATION
}
"
"-DENABLE_PUSH
_
NOTIFICATION=
${
ENABLE_PUSH
_
NOTIFICATION
}
"
"-DENABLE_PRESENCE=
${
ENABLE_PRESENCE
}
"
"-DENABLE_CONFERENCE=
${
ENABLE_CONFERENCE
}
"
"-DENABLE_SNMP=
${
ENABLE_SNMP
}
"
...
...
configs/config-flexisip-rpm.cmake
View file @
e72a4a86
...
...
@@ -51,7 +51,7 @@ set(LINPHONE_BUILDER_USE_SYSTEM_DEPENDENCIES YES CACHE BOOL "" FORCE)
# Define default values for the flexisip builder options
set
(
DEFAULT_VALUE_ENABLE_CXX_WRAPPER ON
)
set
(
DEFAULT_VALUE_ENABLE_PUSHNOTIFICATION ON
)
set
(
DEFAULT_VALUE_ENABLE_PUSH
_
NOTIFICATION ON
)
set
(
DEFAULT_VALUE_ENABLE_REDIS ON
)
set
(
DEFAULT_VALUE_ENABLE_SOCI ON
)
set
(
DEFAULT_VALUE_ENABLE_UNIT_TESTS OFF
)
...
...
configs/config-flexisip.cmake
View file @
e72a4a86
...
...
@@ -21,7 +21,7 @@
############################################################################
# Define default values for the flexisip builder options
set
(
DEFAULT_VALUE_ENABLE_PUSHNOTIFICATION ON
)
set
(
DEFAULT_VALUE_ENABLE_PUSH
_
NOTIFICATION ON
)
set
(
DEFAULT_VALUE_ENABLE_REDIS ON
)
set
(
DEFAULT_VALUE_ENABLE_UNIT_TESTS OFF
)
set
(
DEFAULT_VALUE_ENABLE_PRESENCE OFF
)
...
...
options/flexisip.cmake
View file @
e72a4a86
...
...
@@ -22,11 +22,11 @@
# Flexisip build options
lcb_add_option
(
"R
EDIS
"
"Enable hiredis support."
"
${
DEFAULT_VALUE_ENABLE_REDIS
}
"
)
lcb_add_option
(
"PushNotification"
"Enable push notification support."
"
${
DEFAULT_VALUE_ENABLE_PUSHNOTIFICATION
}
"
)
lcb_add_option
(
"R
edis
"
"Enable hiredis support."
"
${
DEFAULT_VALUE_ENABLE_REDIS
}
"
)
lcb_add_option
(
"Push
Notification"
"Enable push notification support."
"
${
DEFAULT_VALUE_ENABLE_PUSH
_
NOTIFICATION
}
"
)
lcb_add_option
(
"Presence"
"Enable presence server support."
"
${
DEFAULT_VALUE_ENABLE_PRESENCE
}
"
)
lcb_add_option
(
"Conference"
"Enable conference server support."
"
${
DEFAULT_VALUE_ENABLE_CONFERENCE
}
"
)
lcb_add_option
(
"SNMP"
"Enable SNMP support."
"
${
DEFAULT_ENABLE_SNMP
}
"
)
lcb_add_option
(
"Transcoder"
"Enable transcoder support."
"
${
DEFAULT_ENABLE_TRANSCODER
}
"
)
lcb_add_option
(
"P
ROTOBUF
"
"Enable protobuf for REDIS."
"
${
DEFAULT_ENABLE_PROTOBUF
}
"
"ENABLE_PROTOBUF"
OFF
)
lcb_add_option
(
"JweAuth"
"Enable JweAuth plugin support."
"
${
DEFAULT_VALUE_ENABLE_JWE_AUTH_PLUGIN
}
"
)
lcb_add_option
(
"P
rotobuf
"
"Enable protobuf for REDIS."
"
${
DEFAULT_ENABLE_PROTOBUF
}
"
"ENABLE_PROTOBUF"
OFF
)
lcb_add_option
(
"Jwe
Auth
Plugin
"
"Enable JweAuth plugin support."
"
${
DEFAULT_VALUE_ENABLE_JWE_AUTH_PLUGIN
}
"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment