Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
8517a2d0
Commit
8517a2d0
authored
Jun 19, 2017
by
jehan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable legacy GTK UI from default cmake option
parent
1612e329
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
8517a2d0
...
...
@@ -43,7 +43,7 @@ option(ENABLE_DATE "Use build date in internal version number." NO)
option
(
ENABLE_DAEMON
"Enable the linphone daemon interface."
YES
)
option
(
ENABLE_DOC
"Enable documentation generation with Doxygen."
YES
)
option
(
ENABLE_JAVADOC
"Add a target to generate documentation for Java API"
NO
)
option
(
ENABLE_GTK_UI
"Turn on or off compilation of gtk interface."
YES
)
option
(
ENABLE_GTK_UI
"Turn on or off compilation of gtk interface."
NO
)
option
(
ENABLE_LDAP
"Enable LDAP support."
NO
)
option
(
ENABLE_SQLITE_STORAGE
"Turn on compilation sqlite storage, for messages, contacts, history"
YES
)
cmake_dependent_option
(
ENABLE_LIME
"Enable Instant Messaging Encryption."
YES
"ENABLE_SQLITE_STORAGE"
NO
)
...
...
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