Enable bootstrap, without gui, and without tests
This commit is contained in:
parent
887221a3da
commit
43d177fa45
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
# Set to bcond_without or use --with bootstrap if bootstrapping a new release
|
# Set to bcond_without or use --with bootstrap if bootstrapping a new release
|
||||||
# or architecture
|
# or architecture
|
||||||
%bcond_with bootstrap
|
%bcond_without bootstrap
|
||||||
|
|
||||||
# Build with Emacs support
|
# Build with Emacs support
|
||||||
%bcond_without emacs
|
%bcond_without emacs
|
||||||
@ -17,7 +17,7 @@
|
|||||||
%bcond_without git_test
|
%bcond_without git_test
|
||||||
|
|
||||||
# Set to bcond_with or use --without gui to disable qt4 gui build
|
# Set to bcond_with or use --without gui to disable qt4 gui build
|
||||||
%bcond_without gui
|
%bcond_with gui
|
||||||
|
|
||||||
# Use ncurses for colorful output
|
# Use ncurses for colorful output
|
||||||
%bcond_without ncurses
|
%bcond_without ncurses
|
||||||
@ -43,7 +43,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Run tests
|
# Run tests
|
||||||
%bcond_without test
|
%bcond_with test
|
||||||
|
|
||||||
# Enable X11 tests
|
# Enable X11 tests
|
||||||
%bcond_without X11_test
|
%bcond_without X11_test
|
||||||
|
Loading…
Reference in New Issue
Block a user