Disable curses support for cmake

This commit is contained in:
Pim Vullers 2014-03-13 10:14:03 +01:00 committed by Stefan Saraev
parent 3d49ebd4a3
commit 175f0ca2c9

View File

@ -33,7 +33,7 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
configure_host() {
../configure --no-qt-gui
../configure --no-qt-gui -- -DBUILD_CursesDialog=0
}
makeinstall_host() {