fix bcond to build under RHEL without error
use %bcond_without instead of bcond qt 1 to fix build error in RHEL 9
This commit is contained in:
parent
5147de2b57
commit
9a12b2c278
@ -1,5 +1,5 @@
|
||||
# Enable Qt by default
|
||||
%bcond qt 1
|
||||
%bcond_without qt
|
||||
|
||||
# Vala/Vapi support ( upstream disabled by default, probably explains why it the build breaks often )
|
||||
%global vala 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user