[Lunar-commits] r15358 - moonbase/trunk/libs/lcms
Terry Chan
tchan at lunar-linux.org
Mon Jun 13 04:52:30 UTC 2005
Author: tchan
Date: 2005-06-13 04:52:29 +0000 (Mon, 13 Jun 2005)
New Revision: 15358
Modified:
moonbase/trunk/libs/lcms/DEPENDS
Log:
Added --without-python to the optional_depends. lcms-1.14 will NOT build for
me with Python-2.4.1.
Modified: moonbase/trunk/libs/lcms/DEPENDS
===================================================================
--- moonbase/trunk/libs/lcms/DEPENDS 2005-06-13 04:15:43 UTC (rev 15357)
+++ moonbase/trunk/libs/lcms/DEPENDS 2005-06-13 04:52:29 UTC (rev 15358)
@@ -1,4 +1,4 @@
optional_depends "tiff" "" "--without-tiff" "for tiff support" &&
optional_depends "jpeg" "" "--without-jpeg" "for jpeg support" &&
optional_depends "zlib" "" "--without-zlib" "for zlib support" &&
-optional_depends "Python" "--with-python" "" "build Python extension"
+optional_depends "Python" "--with-python" "--without-python" "build Python extension"
More information about the Lunar-commits
mailing list