[Lunar-commits] <moonbase-other> poppler: Changing optional_depends lcms to lcms2. If the later is installed it will

stumbles stumbles at lunar-linux.org
Sun Jan 27 14:05:36 CET 2013


commit 088c78f7d3f96250524182f875dd0f6d9cb2528d
Author: stumbles <stumbles at lunar-linux.org>
Date: Sun, 27 Jan 2013 05:05:36 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/088c78f7d3f96250524182f875dd0f6d9cb2528d

poppler: Changing optional_depends lcms to lcms2. If the later is installed it will

use lcms2 anyway, so lets make that the one minus any spoons.

  --enable-cms=[auto/lcms1/lcms2/none]
                          Use color management system. 'auto' prefers lcms2
                          over lcms1 if both are available [[default=auto]]
---
  libs/poppler/DEPENDS | +1/-1     
  1 file changed, 1 insertion(+), 1 deletion(-)

--- a/libs/poppler/DEPENDS
+++ b/libs/poppler/DEPENDS
@@ -28,7 +28,7 @@ optional_depends  "libpng"                                          \
                   "--disable-libpng"                                \
                   "for PNG image support"
 
-optional_depends  "lcms"                                            \
+optional_depends  "lcms2"                                           \
                   "--enable-cms"                                    \
                   "--disable-cms"                                   \
                   "for the color management system"




More information about the Lunar-commits mailing list