cmake: force not using system deps

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-02-07 18:29:53 +01:00
parent adb243edf0
commit ce98d04bfa

View File

@ -34,7 +34,7 @@ PKG_AUTORECONF="no"
configure_host() {
../configure --prefix=$ROOT/$TOOLCHAIN \
--no-qt-gui \
--no-qt-gui --no-system-libs \
-- \
-DBUILD_CursesDialog=0
}