CI: enable broadway and xinerama

This commit is contained in:
Christoph Reiter
2019-03-30 12:37:08 +01:00
parent fb9e3e1830
commit 1882ff9be3
2 changed files with 6 additions and 1 deletions

View File

@@ -8,5 +8,8 @@ export CCACHE_DIR="${CCACHE_BASEDIR}/_ccache"
mkdir _build
cd _build
../autogen.sh --enable-cloudproviders
../autogen.sh \
--enable-cloudproviders \
--enable-broadway-backend \
--enable-xinerama
make -j8

View File

@@ -13,6 +13,8 @@ meson \
-Dcloudproviders=true \
-Ddocumentation=true \
-Dman-pages=true \
-Dbroadway-backend=true \
-Dxinerama=yes \
_build
cd _build