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:
Marie Loise Nolden 2023-04-02 04:13:21 +00:00
parent 5147de2b57
commit 9a12b2c278

View File

@ -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