[libchamplain] Disable Python and Introspection



commit 16d25eab4cadf866bb89da1f136c5cf517c7ec09
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Mon Jan 25 11:29:13 2010 -0500

    Disable Python and Introspection
    
    Until libmemphis has bindings

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d0375a1..6599348 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ endif
 pkgconfig_DATA = $(pcfiles)
 pkgconfigdir = $(libdir)/pkgconfig
 
-DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-python
+DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --disable-python --disable-introspection
 
 CLEANFILES = $(pcfiles) $(other_pcfiles)
 all: $(other_pcfiles)



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