ci: Fix Xwayland build config
Some of the options doesn't exist anymore, and warnings are now fatal. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2484>
This commit is contained in:
parent
43860110ff
commit
3ee28bc336
@ -53,14 +53,12 @@ variables:
|
|||||||
dnf install -y 'pkgconfig(libxcvt)' &&
|
dnf install -y 'pkgconfig(libxcvt)' &&
|
||||||
|
|
||||||
./.gitlab-ci/install-meson-project.sh \
|
./.gitlab-ci/install-meson-project.sh \
|
||||||
-Dxwayland=true \
|
|
||||||
-Dxwayland_eglstream=true \
|
-Dxwayland_eglstream=true \
|
||||||
-D{xorg,xnest,xvfb}=false \
|
-Dxvfb=false \
|
||||||
-Dvendor_name="Mutter CI" \
|
-Dvendor_name="Mutter CI" \
|
||||||
-D{xdmcp,udev,udev_kms}=false \
|
-Dxdmcp=false \
|
||||||
-Dxcsecurity=true \
|
-Dxcsecurity=true \
|
||||||
-Dglamor=true \
|
-Dglamor=true \
|
||||||
-D{dri1,dri2}=false \
|
|
||||||
-Ddri3=true \
|
-Ddri3=true \
|
||||||
https://gitlab.freedesktop.org/xorg/xserver.git \
|
https://gitlab.freedesktop.org/xorg/xserver.git \
|
||||||
xwayland-22.1.0 \
|
xwayland-22.1.0 \
|
||||||
|
Loading…
Reference in New Issue
Block a user