From a11c8152661d93dd2ad6eee4c5473de3d77c3f4d Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 16 Jan 2020 20:32:44 +0200 Subject: [PATCH] Disable QT to break the dep cycles Signed-off-by: David Abdurachmanov --- cmake.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmake.spec b/cmake.spec index 99e14ea..b2fd0c4 100644 --- a/cmake.spec +++ b/cmake.spec @@ -17,7 +17,11 @@ %bcond_without git_test # Set to bcond_with or use --without gui to disable qt4 gui build +%ifnarch riscv64 %bcond_without gui +%else +%bcond_with gui +%endif # Use ncurses for colorful output %bcond_without ncurses