now its possible to call ePixmap.setPixmap from python without use of
[enigma2.git] / lib / python / Makefile.am
index 1cc01544a9d9cee4a0494e5215e5ca8ea947a838..9eb13df7f45d77d9359df97d1e4b1d6e3ad654cb 100644 (file)
@@ -10,7 +10,8 @@ libenigma_python_a_SOURCES = \
        python.cpp enigma_python_wrap.cxx connections.cpp
 
 enigma_python_wrap.cxx: enigma_python.i
-       swig -I$(top_srcdir)/ -c++ -python enigma_python.i
+       swig -I$(top_srcdir)/ -c++ -python -O -nortti -nothreads enigma_python.i
+       python enigma_py_patcher.py
 
 installdir = $(LIBDIR)/enigma2/python