[Lunar-commits] r16241 - moonbase/trunk/graphics/cairo
Chad Kittel
v3rt1g0 at lunar-linux.org
Sat Aug 27 12:06:54 UTC 2005
Author: v3rt1g0
Date: 2005-08-27 12:06:53 +0000 (Sat, 27 Aug 2005)
New Revision: 16241
Modified:
moonbase/trunk/graphics/cairo/DEPENDS
Log:
Thank you tchan for your work in testing the new cairo! To go
along with that I reveiwed the ./configure and noticed some things
that should be listed here in the DEPENDS file.
Modified: moonbase/trunk/graphics/cairo/DEPENDS
===================================================================
--- moonbase/trunk/graphics/cairo/DEPENDS 2005-08-27 04:54:16 UTC (rev 16240)
+++ moonbase/trunk/graphics/cairo/DEPENDS 2005-08-27 12:06:53 UTC (rev 16241)
@@ -1 +1,8 @@
-depends freetype2
+depends pkgconfig &&
+depends fontconfig &&
+
+optional_depends "glitz" "--enable-glitz" "--disable-glitz" \
+ "to enable an (experimental) OpenGL backend to cairo" &&
+
+optional_depends "libpng" "--enable-png" "--disable-png" \
+ "to enable PNG image support"
More information about the Lunar-commits
mailing list