summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2018-11-01 21:20:15 +0000
committerMichael Meeks <michael.meeks@collabora.com>2018-11-01 21:23:08 +0000
commit52dace9d2921d8b3784702df7ab5c16fca2109a4 (patch)
treeaf01a22e766d0ee7dbf6775d082c4dfde6cb89a8 /gtk
parentf8a0fb4c321fadc6f0afcb4535aca63363a925cc (diff)
Disable SSL when configuring for mobile.
Change-Id: Ia337cde9f183849088d3712dd339f21b7d290fd7
Diffstat (limited to 'gtk')
-rw-r--r--gtk/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/README b/gtk/README
index 7ad68f855..a0fb1ee5b 100644
--- a/gtk/README
+++ b/gtk/README
@@ -10,7 +10,7 @@ normal Online.
Run autogen.sh, then configure:
-./configure --disable-ssl --enable-gtkapp --with-lo-path=/home/tml/lo/master/instdir --with-lokit-path=/home/tml/lo/master/include
+./configure --enable-gtkapp --with-lo-path=/home/tml/lo/master/instdir --with-lokit-path=/home/tml/lo/master/include
Obviously, adjust the path to your LibreOffice build tree as necessary.