CI: Enable X11 and Wayland backends for Autotools

Enabling one backend (Broadway, in commit 1882ff9b) implicitly disabled
all the others, which was probably not intentional. Bring the Autotools
build into line with Meson.

Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
Simon McVittie 2019-07-18 11:34:04 +01:00 committed by Christoph Reiter
parent c3c8ea3e88
commit 98b4428543

View File

@ -11,6 +11,8 @@ cd _build
../autogen.sh \
--enable-cloudproviders \
--enable-broadway-backend \
--enable-wayland-backend \
--enable-x11-backend \
--enable-xinerama \
--enable-gtk-doc
make -j8