[vte] Bug 585370 - Incomplete disabling of python



commit 370b72ba4759850b1fc9721d2afc0eb7b5383a5e
Author: Behdad Esfahbod <behdad behdad org>
Date:   Fri Oct 23 20:54:26 2009 -0400

    Bug 585370 - Incomplete disabling of python
    
    Don't install python support files if python is disabled.

 python/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/python/Makefile.am b/python/Makefile.am
index 69233ff..ca5f3ed 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -1,5 +1,7 @@
 EXTRA_DIST = vte.defs pyvte.pc.in vte.override cat.py unrealize.py vte-demo.py
 
+if BUILD_PYTHON_MODULES
+
 defsdir = $(datadir)/pygtk/2.0/defs
 defs_DATA = vte.defs
 
@@ -8,7 +10,6 @@ pkgconfig_DATA = pyvte.pc
 
 PYTHON_MODULES = vtemodule.la
 
-if BUILD_PYTHON_MODULES
 pythonsiteexecdir = $(pyexecdir)/gtk-2.0
 pythonsiteexec_LTLIBRARIES = $(PYTHON_MODULES)
 



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