summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-01-23 17:53:37 +0100
committerThomas Haller <thaller@redhat.com>2023-02-10 09:46:42 +0100
commitae793b2472a6729e795eb1387a5638a170795bbf (patch)
tree78f5bbdf0f5187a3e555310ee64f26ce15fc52e9
parent1d2d24c22f4d25ec61e7d40b7c3fa7943902b122 (diff)
downloadNetworkManager-ae793b2472a6729e795eb1387a5638a170795bbf.tar.gz
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 ea16997c4abf08333ebb33f4372b87e32b61acad)
-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