Restore bootstrap bcond

This commit is contained in:
Neal Gompa 2024-10-02 06:12:29 -04:00
parent a38892833e
commit d4e890a117

View File

@ -2,6 +2,9 @@
%bcond upstream_tarball 0
%bcond all_codecs 0
# Break dependency cycles by disabling certain optional dependencies.
%bcond bootstrap 0
# If you want to do a build with the upstream source tarball, then set the
# pkg_suffix to %%nil. We can't handle this with a conditional, as srpm
# generation would not take it into account.