diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb2c1f61c..d15f70a64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -276,7 +276,7 @@ xf86-driver-build-test: variables: GIT_DEPTH: 1 MESON_ARGS: -Dprefix=/usr/ - MESON_EXTRA_ARGS: -Dxwayland=false -Dxnest=false -Dxvfb=false -Dxquartz=false -Ddocs=false + MESON_EXTRA_ARGS: -Dxwayland=false -Dxnest=false -Dxvfb=false -Dxquartz=false -Ddocs=false -Dxorg_sdk=true -Dxorg=false rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: