[Lunar-commits] <moonbase> cairo: OpenGL is still experimental, docs?

Christian Krause wookietreiber at lunar-linux.org
Tue Jun 7 14:27:47 CEST 2011


commit 27370f2a296b7d0cdfdeebbe3c5ec51f032a3ab4
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date:   Tue Jun 7 14:27:47 2011 +0200

    cairo: OpenGL is still experimental, docs?
---
 graphics/cairo/BUILD     |    4 ++++
 graphics/cairo/CONFIGURE |    2 ++
 graphics/cairo/DEPENDS   |    2 +-
 3 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/graphics/cairo/BUILD b/graphics/cairo/BUILD
index 4fb523d..54add42 100644
--- a/graphics/cairo/BUILD
+++ b/graphics/cairo/BUILD
@@ -9,6 +9,10 @@
     OPTS+=" --enable-tee"
   fi  &&
 
+  if [ "`get_module_config DOCS`" = "n" ] ; then
+    sedit 's/SUBDIRS = src doc util \$(am__append_1)/SUBDIRS = src util \$(am__append_1)/g' Makefile.in
+  fi  &&
+
   default_build
 
 ) > $C_FIFO 2>&1
diff --git a/graphics/cairo/CONFIGURE b/graphics/cairo/CONFIGURE
index 6809c9f..5f3be91 100644
--- a/graphics/cairo/CONFIGURE
+++ b/graphics/cairo/CONFIGURE
@@ -12,3 +12,5 @@ mquery TRACE       "Enable cairo-trace feature?"                    \
                    n                                                \
                    "--enable-trace"                                 \
                    "--disable-trace"
+
+mquery DOCS "Build docs?" n
diff --git a/graphics/cairo/DEPENDS b/graphics/cairo/DEPENDS
index 8ef3aa8..aae4b41 100644
--- a/graphics/cairo/DEPENDS
+++ b/graphics/cairo/DEPENDS
@@ -43,7 +43,7 @@ optional_depends "libdrm"                                               \
 optional_depends "mesa-lib"                                             \
                  "--enable-gl"                                          \
                  "--disable-gl"                                         \
-                 "for OpenGL surface backend"
+                 "for OpenGL surface backend (experimental)"
 
 optional_depends "freetype2"                                            \
                  "--enable-ft"                                          \


More information about the Lunar-commits mailing list