From 2c104d87da068174df5ab7ca46b60bc8353aee1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 3 Nov 2021 21:26:38 +0100 Subject: [PATCH] Revert "Build without gui, and without tests" This reverts commit e2ea5cd999016e02868497e8f292c8c241f64ac1. --- cmake.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index 1cbede6..923dd8d 100644 --- a/cmake.spec +++ b/cmake.spec @@ -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