build-from-source: do not install libteamdctl

No teamd in RHEL 10.

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1994
This commit is contained in:
Lubomir Rintel 2024-07-18 14:31:31 +02:00
parent 0b6c3af237
commit cfd50acac2

View file

@ -193,7 +193,6 @@ if [[ "$DO_TEST_BUILD" == yes ]]; then
-Dnmtui=true \
-Dmodem_manager=true \
-Dsuspend_resume=systemd \
-Dteamdctl=true \
-Dtests=root \
-Dnetconfig=no \
-Dresolvconf=no \
@ -236,7 +235,6 @@ if [[ "$DO_TEST_BUILD" == yes ]]; then
--with-nmtui=yes \
--with-modem-manager-1 \
--with-suspend-resume=systemd \
--enable-teamdctl=yes \
--enable-tests=root \
--with-netconfig=/path/does/not/exist/netconfig \
--with-resolvconf=/path/does/not/exist/resolvconf \