From 8517a2d0d59a95fa25a9c056c6e145742ddf81fa Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Mon, 19 Jun 2017 14:51:15 +0200 Subject: [PATCH] disable legacy GTK UI from default cmake option --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d0f53f1ae..54929e207 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) -- GitLab