mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
cmake: force not using system deps
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user