From c5d808b4ae83072228ec4013e71c16f0c6c91cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=BDivkovi=C4=87?= Date: Thu, 30 May 2013 20:38:12 +0000 Subject: [PATCH] Disable introspection by default for PyGObject-2. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11215 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/python-modules.xml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/general/prog/python-modules.xml b/general/prog/python-modules.xml index 455693e561..d05e3564b6 100644 --- a/general/prog/python-modules.xml +++ b/general/prog/python-modules.xml @@ -435,8 +435,7 @@ make - Required patch (if you have installed - ): + Optional patch: @@ -452,6 +451,7 @@ make Optional + and (to Build Documentation) @@ -463,13 +463,19 @@ make Installation of PyGObject + + If you have installed , apply the + required patch by running the following commands: + + +patch -p1 < ../pygobject-&pygobject2-version;-introspection-1.patch + Install PyGObject by running the following commands: -patch -p1 < ../pygobject-&pygobject2-version;-introspection-1.patch && -./configure --prefix=/usr && +./configure --prefix=/usr --disable-introspection && make @@ -486,6 +492,11 @@ make Command Explanations + + : Omit this switch if you have + installed . + + : This option disables the rebuilding of the html documentation if is installed.