travis: enabling building more optional components during CI with meson

After fixing meson build for these components, enable them for
build in travis.
This commit is contained in:
Thomas Haller 2018-09-12 15:33:46 +02:00 committed by Beniamino Galvani
parent 8e776955ee
commit 0dda7586e4

View file

@ -104,8 +104,9 @@ script:
-D ofono=true \
-D teamdctl=false \
\
-D dhcpcanon=/bin/true \
-D dhclient=/bin/true \
-D dhclient=/bin/nowhere/dhclient \
-D dhcpcanon=/bin/nowhere/dhcpcanon \
-D dhcpcd=/bin/nowhere/dhcpd \
\
-D netconfig=true \
-D resolvconf=true \