diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-02-15 21:47:35 +0100 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-16 09:36:48 +0000 |
commit | 3717bbf31d299a23f0753f01a6bad56656cfbe74 (patch) | |
tree | 0f2dd5f9b47d5c416c8d45bb202f3d2c04a8587a /README.cross | |
parent | 1cc6db3c6014b36c2452b6e382559119c8093884 (diff) |
remove zenity configure option
It has served well but it's useless nowadays.
build.pl is going to die anyway.
Change-Id: I7769528af7987e43fee8707ce5b4e2214d43c5b4
Reviewed-on: https://gerrit.libreoffice.org/2174
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'README.cross')
-rw-r--r-- | README.cross | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/README.cross b/README.cross index 474b65cda181..793b316fdffc 100644 --- a/README.cross +++ b/README.cross @@ -150,7 +150,6 @@ CXX_FOR_BUILD=ccache g++ --disable-mozilla --disable-nss-module --disable-pdfimport ---disable-zenity --enable-python=system --with-system-altlinuxhyph --with-system-boost @@ -338,7 +337,6 @@ v7a System Image, and the Android Support Library. Here is an autogen.lastrun for Android, when cross-compiling from Mac OS X 10.8 with Xcode 4.4.1: ---disable-zenity --enable-debug --enable-werror --with-android-ndk=/Users/tml/android-ndk-r8b @@ -364,7 +362,6 @@ And here is an autogen.lastrun for Android when cross-compiling to x86 from Linu --with-android-sdk=/opt/libreoffice/android-sdk-linux --build=i586-suse-linux --enable-ccache ---disable-zenity --with-distro=LibreOfficeAndroidX86 --with-num-cpus=6 --with-max-jobs=6 |