Disable curses support for cmake

This commit is contained in:
Pim Vullers 2014-03-13 10:14:03 +01:00
parent 624efbdf6a
commit 9b60e4111c

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() {