mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-07 20:28:21 +02:00
Disable pciaccess for mingw
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2038>
This commit is contained in:
parent
4ba1df3ce6
commit
2c7d03c082
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ mingw-cross-build:
|
|||
script:
|
||||
- .gitlab-ci/meson-build.sh --run-install
|
||||
variables:
|
||||
MESON_ARGS: --cross-file=.gitlab-ci/cross-i686-w64-mingw32.txt -Dglx=false -Dlisten_tcp=true
|
||||
MESON_ARGS: --cross-file=.gitlab-ci/cross-i686-w64-mingw32.txt -Dglx=false -Dlisten_tcp=true -Dpciaccess=false
|
||||
|
||||
freebsd:
|
||||
stage: build-and-test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue