[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist tml at collabora.com
Fri May 30 12:55:13 PDT 2014


 configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d6b9b1e9c315309d4aa994d0c1019226d7da448d
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri May 30 22:52:18 2014 +0300

    We don't need cups on the build platform when cross-compiling
    
    Change-Id: I462a33b58d427dd2fce3ab9de4b4c96f4ad0440e

diff --git a/configure.ac b/configure.ac
index 0a24ca3..7d2f10c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4610,6 +4610,7 @@ if test "$cross_compiling" = "yes"; then
     sub_conf_opts="$sub_conf_opts $with_build_platform_configure_options"
     # Don't bother having configure look for stuff not needed for the build platform anyway
     ./configure \
+        --disable-cups \
         --disable-graphite \
         --disable-pdfimport \
         --disable-postgresql-sdbc \


More information about the Libreoffice-commits mailing list