diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-05-30 22:52:18 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-05-30 22:52:30 +0300 |
commit | d6b9b1e9c315309d4aa994d0c1019226d7da448d (patch) | |
tree | fdd20364f13836f4b8c7b11f266198c52468457c /configure.ac | |
parent | fb984ab884e225df9456b1a0e7ab9ae65b570644 (diff) |
We don't need cups on the build platform when cross-compiling
Change-Id: I462a33b58d427dd2fce3ab9de4b4c96f4ad0440e
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0a24ca3fb100..7d2f10cc0cdd 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 \ |