From 75d341a1cc0fdc51c00b65a0ac6395ef267f0542 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Tue, 8 May 2012 11:41:02 +0000 Subject: [PATCH] Fix librsvg instructions (again), I don't like putting dots at dependencies block, sorry. Recheck Cairo deps, same as for gdk-pixbuf - without image loaders library is useless and explicitly disabling those could lead someone straight to hell. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10127 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/graphlib/librsvg.xml | 23 ++++++++++++----------- x/lib/cairo.xml | 9 +++++---- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/general/graphlib/librsvg.xml b/general/graphlib/librsvg.xml index 16f9496832..8262c34ebd 100644 --- a/general/graphlib/librsvg.xml +++ b/general/graphlib/librsvg.xml @@ -65,13 +65,13 @@ , and - . + Recommended and - . + Optional (Required if building GNOME) @@ -118,6 +118,9 @@ make Gobject-Introspection. + + : Add this option if you've not installed Gobject Introspection. @@ -129,10 +132,8 @@ make + href="../../xincludes/gtk-doc-rebuild.xml"/> - @@ -200,15 +201,15 @@ make - - libpixbufloader-svg.so.so + + libpixbufloader-svg.so - is the Gdk Pixbuf plugin that allows Gtk+ to render Scalable Vector - Graphics images. + is the Gdk Pixbuf plugin that allows Gtk+ applications to render Scalable + Vector Graphics images. - - libpixbufloader-svg.so.so + + libpixbufloader-svg.so diff --git a/x/lib/cairo.xml b/x/lib/cairo.xml index f53e7c0613..659413a123 100644 --- a/x/lib/cairo.xml +++ b/x/lib/cairo.xml @@ -98,17 +98,18 @@ Required + , and . - Recommended + Recommended (Required if building GTK+) - , + and .