diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-12-31 21:19:58 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-12-31 21:26:42 +0100 |
commit | 1153d04f3a9cc47e98bfaa8e23d228df683cf8e7 (patch) | |
tree | 093c54d956c6d1bacf29b39810a05d4dbc0c1c52 /.gitlab-ci | |
parent | 395aac62d164ee7b353080f9eae22000cfc1180b (diff) | |
download | gobject-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.sh | 2 |
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 |