mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 06:28:00 +02:00
CI: Explicitly disable features that can't work on Windows
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
c21d47836c
commit
14bfd498c6
1 changed files with 13 additions and 0 deletions
|
|
@ -455,6 +455,19 @@ case "$ci_buildsys" in
|
|||
case "$ci_host" in
|
||||
(*-w64-mingw32)
|
||||
cross_file="${srcdir}/maint/${ci_host}.txt"
|
||||
# openSUSE's wrappers are designed for building predictable
|
||||
# RPM packages, so they set --auto-features=enabled -
|
||||
# but that includes some things that make no sense on
|
||||
# Windows.
|
||||
set -- -Dapparmor=disabled "$@"
|
||||
set -- -Depoll=disabled "$@"
|
||||
set -- -Dinotify=disabled "$@"
|
||||
set -- -Dkqueue=disabled "$@"
|
||||
set -- -Dlaunchd=disabled "$@"
|
||||
set -- -Dlibaudit=disabled "$@"
|
||||
set -- -Dselinux=disabled "$@"
|
||||
set -- -Dsystemd=disabled "$@"
|
||||
set -- -Dx11_autolaunch=disabled "$@"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue