Do not attempt to build the print profiles on ARM hardware

This commit is contained in:
Richard Hughes 2013-01-14 09:49:32 +00:00
parent 407af1af47
commit 2d86c5728e

View File

@ -1,7 +1,16 @@
# Building the extra print profiles requires colprof, +4Gb of RAM and
# quite a lot of time. Don't enable this for test builds.
%define enable_print_profiles 0
# Don't build the print profiles for secondary architectures on the
# logic that these are probably not doing press proofing or editing
# in different CMYK spaces
%ifarch %{ix86} x86_64
%define build_print_profiles %{?enable_print_profiles}
%else
%define build_print_profiles 0
%endif
Summary: Color daemon
Name: colord