summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-04-18 00:11:16 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2023-01-27 19:21:46 +0000
commitb5793081d095a13517e157d793b367e4527fd39d (patch)
treecb22d4992c0462e2520d6e22a946072809c2e5ad /.gitlab-ci.yml
parent407bb0a478890c2640c326fab0642d8595407ba1 (diff)
downloadcairo-b5793081d095a13517e157d793b367e4527fd39d.tar.gz
Drop cairo-gl
The GL support in Cairo has always been a prototype, and nothing happened in the past 10+ years to make it work as it was meant to. GL support is not enabled by any downstream packagers of Cairo, so nobody should notice its absence.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 699fdbf1f..e7479889e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,9 +16,6 @@ variables:
DEFAULT_MESON_ARGS: >
--default-library=both
- -Dgl-backend=auto
- -Dglesv2=auto
- -Dglesv3=auto
stages:
- prep
@@ -78,12 +75,6 @@ fedora image:
pixman-devel
systemd-devel
systemd-udev
- mesa-libEGL
- mesa-libGL
- mesa-libGL-devel
- mesa-libgbm
- mesa-libgbm-devel
- mesa-libglapi
expat-devel
autoconf
automake
@@ -229,7 +220,6 @@ fedora meson build:
variables:
MESON_ARGS: >
${DEFAULT_MESON_ARGS}
- -Dgl-backend=gl
script:
- export CFLAGS="-Werror -Wno-error=deprecated-declarations"
- meson builddir ${MESON_ARGS}