From ae34f41e734d4d5688dd6f6cd00304b69e859c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=BDivkovi=C4=87?= Date: Mon, 15 Jul 2013 17:56:41 +0000 Subject: [PATCH] librsvg: disable introspection and don't enable Vala by default since we list them under optional dependencies git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11434 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/graphlib/librsvg.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/general/graphlib/librsvg.xml b/general/graphlib/librsvg.xml index 093d0d1e4a..9634374e01 100644 --- a/general/graphlib/librsvg.xml +++ b/general/graphlib/librsvg.xml @@ -111,8 +111,8 @@ ./configure --prefix=/usr \ - --enable-vala \ - --disable-static && + --disable-static \ + --disable-introspection && make @@ -130,18 +130,17 @@ make Command Explanations - - : This switch enables - building of the Vala bindings. Remove if you don't have - installed. - - - : Use this switch if you have - not installed Gobject Introspection. + : Omit this switch if you have + installed Gobject Introspection. + + + + : This switch enables building of the Vala + bindings.