From c10f3133b9b7195b62b5fb76241079cde3d7a7e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 3 Nov 2021 21:03:15 +0100 Subject: [PATCH] Revert "Enable bootstrap, without gui, and without tests" This reverts commit 43d177fa45eec822c879afbe3d3c0a6d87d7653a. --- cmake.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake.spec b/cmake.spec index 2288f52..923dd8d 100644 --- a/cmake.spec +++ b/cmake.spec @@ -8,7 +8,7 @@ # Set to bcond_without or use --with bootstrap if bootstrapping a new release # or architecture -%bcond_without bootstrap +%bcond_with bootstrap # Build with Emacs support %bcond_without emacs @@ -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