[Lunar-commits] <moonbase-other> poppler: fix a problem with the cms option
v4hn
me at v4hn.de
Sun May 19 19:36:50 CEST 2013
commit 73f07520eae6888fa7474ab6feb39340ded2d522
Author: Jean-Michel Masereel <jean-michel.masereel at laposte.net>
Date: Sun, 19 May 2013 10:31:53 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/73f07520eae6888fa7474ab6feb39340ded2d522
poppler: fix a problem with the cms option
to turn on/off the cms the syntax is (now) "--enable-cms=[auto|lcms1|lcms2|none]"
And the syntax in the DEPENDS file is "--enable-cms / --disable-cms" which both are treated as "--enable-cms=none" by the configure script.
This syntax breaks modules that need poppler to be compiled with cmsi (like cups-filters).
---
libs/poppler/DEPENDS | +3/-3
1 file changed, 3 insertions(+), 3 deletions(-)
--- a/libs/poppler/DEPENDS
+++ b/libs/poppler/DEPENDS
@@ -29,9 +29,9 @@ optional_depends "libpng" \
"for PNG image support"
optional_depends "lcms2" \
- "--enable-cms" \
- "--disable-cms" \
- "for the color management system"
+ "--enable-cms=auto" \
+ "--enable-cms=none" \
+ "for the color management system (needed by cups_filters)"
optional_depends "poppler-data" \
"" \
More information about the Lunar-commits
mailing list