Merge pull request #3007 from pimvullers/cmake_nocurses

Disable curses support for cmake
This commit is contained in:
Stefan Saraev 2014-03-13 11:28:18 +02:00
commit 86b0707d3d

View File

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