Revert "Build without gui, and without tests"

This reverts commit e2ea5cd999.
This commit is contained in:
Björn Esser 2021-11-03 21:26:38 +01:00
parent e2ea5cd999
commit 2c104d87da
No known key found for this signature in database
GPG Key ID: F52E98007594C21D
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
%bcond_without git_test
# Set to bcond_with or use --without gui to disable qt4 gui build
%bcond_with gui
%bcond_without gui
# Use ncurses for colorful output
%bcond_without ncurses
@ -43,7 +43,7 @@
%endif
# Run tests
%bcond_with test
%bcond_without test
# Enable X11 tests
%bcond_without X11_test