mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-03 13:40:34 +01:00
ci: reduce nolibdecor build to xwayland only
libdecor is only relevant for Xwayland, so no need to build all the other DDX'es for this build test. Remvoving some unncessary load from CI machines by disabling all DDX'es but Xwayland here. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1676>
This commit is contained in:
parent
4accb821f2
commit
3cbc9eda07
1 changed files with 2 additions and 2 deletions
|
|
@ -180,11 +180,11 @@ meson-noglamor:
|
|||
MESON_EXTRA_ARGS: >
|
||||
-Dglamor=false
|
||||
|
||||
meson-nolibdecor:
|
||||
xwayland-nolibdecor:
|
||||
extends: meson
|
||||
variables:
|
||||
MESON_EXTRA_ARGS: >
|
||||
-Dlibdecor=false
|
||||
-Dlibdecor=false -Dxorg=false -Dxephyr=false -Dxvfb=false -Dxnest=false
|
||||
|
||||
mingw-cross-build:
|
||||
extends: .common-build-and-test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue