summaryrefslogtreecommitdiffstats
path: root/src/color-profile.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-07-10 08:48:48 +0000
committerJon A. Cruz <jon@joncruz.org>2011-07-10 08:48:48 +0000
commit61b9edb0a77f71d669a621ef2c58f1d1ea6f463d (patch)
tree21b9972951f87b810ff5894a1af3b7dbdc7b7e83 /src/color-profile.cpp
parentRefactored to abstract lcms usage more. Added CMSSystem class. (diff)
downloadinkscape-61b9edb0a77f71d669a621ef2c58f1d1ea6f463d.tar.gz
inkscape-61b9edb0a77f71d669a621ef2c58f1d1ea6f463d.zip
Update for non-LCMS builds.
(bzr r10438)
Diffstat (limited to 'src/color-profile.cpp')
-rw-r--r--src/color-profile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/color-profile.cpp b/src/color-profile.cpp
index f858f7f70..41c9d4c63 100644
--- a/src/color-profile.cpp
+++ b/src/color-profile.cpp
@@ -131,6 +131,7 @@ public:
namespace Inkscape {
+#ifdef ENABLE_LCMS
icColorSpaceSignature asICColorSpaceSig(ColorSpaceSig const & sig)
{
return ColorSpaceSigWrapper(sig);
@@ -140,6 +141,7 @@ icProfileClassSignature asICColorProfileClassSig(ColorProfileClassSig const & si
{
return ColorProfileClassSigWrapper(sig);
}
+#endif // ENABLE_LCMS
} // namespace Inkscape