add deps.

This commit is contained in:
4fury-c3440d8
2020-09-11 08:01:06 +03:00
parent a970b94a6e
commit a6ed0dfca6
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ from pisi.actionsapi import get
def setup():
shelltools.system("sed -i 's|ncursesw/curses.h|curses.h|' RichString.[ch] configure")
autotools.configure("--enable-taskstats \
--enable-unicode")
--enable-unicode \
--enable-cgroup")
def build():
autotools.make("-j1")