ptyon-gtk:fixed deps

This commit is contained in:
2015-08-10 12:50:47 +03:00
parent 7d3d23a39d
commit 6bcf57170d
2 changed files with 10 additions and 3 deletions
@@ -15,8 +15,9 @@ def setup():
shelltools.unlink("py-compile" )
shelltools.sym("/bin/true", "%s/py-compile" % get.curDIR())
autotools.configure("--enable-thread \
--disable-docs")
autotools.configure("--prefix=/usr \
--enable-thread \
--enable-numpy")
shelltools.touch("%s/style.css" % get.curDIR())
pisitools.dosed("docs/Makefile", "CSS_FILES = .*", "CSS_FILES = %s/style.css" % get.curDIR())