summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-12-31 21:19:58 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-12-31 21:26:42 +0100
commit1153d04f3a9cc47e98bfaa8e23d228df683cf8e7 (patch)
tree093c54d956c6d1bacf29b39810a05d4dbc0c1c52 /.gitlab-ci
parent395aac62d164ee7b353080f9eae22000cfc1180b (diff)
downloadgobject-introspection-1153d04f3a9cc47e98bfaa8e23d228df683cf8e7.tar.gz
meson: build libregress with cairo support
The cairo dependency fallback code is copied from pygobject. I assume that will work for msvc users (cairo is disabled by default anyway)
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/test-msys2-meson.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-msys2-meson.sh b/.gitlab-ci/test-msys2-meson.sh
index da4c3eaf..e2230e2a 100644
--- a/.gitlab-ci/test-msys2-meson.sh
+++ b/.gitlab-ci/test-msys2-meson.sh
@@ -37,7 +37,7 @@ export PATH="$HOME/.local/bin:$PATH"
# FIXME: https://github.com/Alexpux/MINGW-packages/pull/4064
# Passing the full interpreter path works around the issue
PYTHON="$(which python3)"
-meson -Dpython="${PYTHON}" --buildtype debug _build
+meson -Dcairo=true -Dpython="${PYTHON}" --buildtype debug _build
cd _build
ninja