[gegl-gtk] Build: Disable goject introspection for make distcheck



commit 705b53528b61ef5b54e11ff00b65cf5e6dde1827
Author: Jon Nordby <jononor gmail com>
Date:   Thu Apr 12 14:52:01 2012 +0200

    Build: Disable goject introspection for make distcheck
    
    Gobject introspection is not yet 100% for Gegl and Babl,
    see https://bugzilla.gnome.org/show_bug.cgi?id=645822 and its
    dependencies.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 3307e47..b89dfe8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ EXTRA_DIST = \
 	gegl-gtk3-0.1.pc.in \
 	m4/introspection.m4
 
-DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc
+DISTCHECK_CONFIGURE_FLAGS = --disable-introspection --enable-gtk-doc
 
 DISTCLEANFILES =
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]