summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-11-17 15:07:29 +0000
committerTim-Philipp Müller <tim@centricular.com>2020-11-17 15:13:42 +0000
commit3e5115fde7086ffe2b73eab62d8b80c50f217f4a (patch)
tree7db325bc3dc78d9ab3b5ede6ef25ae9e8974d038 /.gitlab-ci.yml
parent1a68c0bdfb63f8f7bb96e8a0bd577ca05e63936e (diff)
downloadcairo-3e5115fde7086ffe2b73eab62d8b80c50f217f4a.tar.gz
meson: align gl backend option defaults with autotools
Disable gl backend by default, just like autotools does: --enable-gl=[no/auto/yes] Enable cairo's OpenGL surface backend feature [default=no] --enable-glesv2=[no/auto/yes] Enable cairo's OpenGLESv2 surface backend feature [default=no] --enable-glesv3=[no/auto/yes] Enable cairo's OpenGLESv3 surface backend feature [default=no]
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bddba8649..1f67f240c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,6 +15,9 @@ variables:
DEFAULT_MESON_ARGS: >
--default-library=both
+ -Dgl-backend=auto
+ -Dglesv2=auto
+ -Dglesv2=auto
stages:
- prep