Disable QT to break the dep cycles

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2020-01-16 20:32:44 +02:00
parent f7671a9f47
commit a11c815266
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB

View File

@ -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