We don't need cups on the build platform when cross-compiling

Change-Id: I462a33b58d427dd2fce3ab9de4b4c96f4ad0440e
This commit is contained in:
Tor Lillqvist
2014-05-30 22:52:18 +03:00
parent fb984ab884
commit d6b9b1e9c3

View File

@@ -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 \