[Lunar-commits] <moonbase-other> cairo: Recommend xlib and ft, required by pango and gtk

Peter de Ridder peter at lunar-linux.org
Wed Dec 17 22:35:23 CET 2014


commit b54555a730c711665332c6aa4295dbfcf458096c
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Wed, 17 Dec 2014 21:03:28 +0100
URL: https://github.com/lunar-linux/moonbase-other/commit/b54555a730c711665332c6aa4295dbfcf458096c

cairo: Recommend xlib and ft, required by pango and gtk
---
  graphics/cairo/DEPENDS | +6/-3     
  1 file changed, 6 insertions(+), 3 deletions(-)

--- a/graphics/cairo/DEPENDS
+++ b/graphics/cairo/DEPENDS
@@ -9,7 +9,8 @@ optional_depends "zlib"                                                 \
 optional_depends "libXext"                                              \
                  "--enable-xlib --enable-xcb --enable-xlib-xcb --enable-tee" \
                  "--disable-xlib --disable-xlib-xcb"                    \
-                 "for Xlib/XCB surface backend (strongly recommended)"
+                 "for Xlib/XCB surface backend (strongly recommended)"  \
+                 y
 
 optional_depends "libXrender"                                           \
                  "--enable-xlib-xrender"                                \
@@ -40,12 +41,14 @@ optional_depends "mesa-lib"                                             \
 optional_depends "freetype2"                                            \
                  "--enable-ft"                                          \
                  "--disable-ft"                                         \
-                 "for FreeType font backend"
+                 "for FreeType font backend"                            \
+                 y
 
 optional_depends "fontconfig"                                           \
                  "--enable-ft --enable-fc"                              \
                  "--disable-fc"                                         \
-                 "for Fontconfig font backend (enables FreeType)"
+                 "for Fontconfig font backend (enables FreeType)"       \
+                 y
 
 optional_depends "gobject-introspection"                                \
                  "--enable-gobject"                                     \




More information about the Lunar-commits mailing list