contrib/fedora: disable "qt" build of examples for spec file

Otherwise, we require a C++ compiler, but our build requirements
don't install g++. So build will fail.

(cherry picked from commit ea16997c4a)
This commit is contained in:
Thomas Haller 2023-01-23 17:53:37 +01:00
parent 1d2d24c22f
commit ae793b2472
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -680,6 +680,7 @@ Preferably use nmcli instead.
%else
-Ddocs=false \
%endif
-Dqt=false \
%if %{with team}
-Dteamdctl=true \
%else