summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-01-23 17:53:37 +0100
committerThomas Haller <thaller@redhat.com>2023-01-23 18:24:56 +0100
commitea16997c4abf08333ebb33f4372b87e32b61acad (patch)
treebb2d82a594116fc3d051dd593ce93a4d8d3e7623
parenta9cb294b7334e99454401b3dc41b9523c5bad31d (diff)
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.
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec
index 1670bc26dc..97e602b518 100644
--- a/contrib/fedora/rpm/NetworkManager.spec
+++ b/contrib/fedora/rpm/NetworkManager.spec
@@ -680,6 +680,7 @@ Preferably use nmcli instead.
%else
-Ddocs=false \
%endif
+ -Dqt=false \
%if %{with team}
-Dteamdctl=true \
%else