newt: disable python and tcl support, this should fix #2014

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-03-06 16:23:50 +01:00
parent 90fbebf51c
commit 5c3d8fa4d9

View File

@ -29,6 +29,8 @@ cd $PKG_BUILD
--exec-prefix=/usr \
--sysconfdir=/etc \
--datadir=/usr/share \
--without-python \
--without-tcl
make
$MAKEINSTALL